(file) Return to database.xml CVS log (file) (dir) Up to [Development] / InfoGlueInstaller

File: [Development] / InfoGlueInstaller / database.xml (download) / (as text)
Revision: 1.1, Mon Aug 30 15:17:08 2004 UTC (6 years ago) by mattias
Branch: MAIN
CVS Tags: infoglue23final, InfoGlue13Final, InfoGlue132Final, HEAD
*** empty log message ***

<!DOCTYPE databases PUBLIC "-//EXOLAB/Castor JDO Configuration DTD Version 1.0//EN" "http://castor.exolab.org/jdo-conf.dtd">

<database name="INFOGLUE_CMS" engine="mysql">
    <driver class-name="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/infoglueWM2?autoReconnect=true">
      <param name="user" value="root"/>
      <param name="password" value=""/>
      <param name="autoReconnect" value="true"/>
      <param name="useUnicode" value="true"/>
      <param name="characterEncoding" value="UTF-8"/>      
    </driver>
    <mapping href="classes/mapping.xml"/>
</database>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2