- Stuff
- Monday, March 3rd, 2008 at 3:46:21pm MST
- build.properties
- ****************
- # The name of the project
- propel.project = cyancemulti
- # The database driver
- propel.database = mysql
- # The connection parameters (optional)
- propel.database.creole.url = mysql://cyance:xxxxxxxxxxxx@localhost/cyancemulti
- runtime-conf.xml
- ****************
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <config>
- <log>
- <ident>cyancemulti</ident>
- <level>7</level>
- </log>
- <propel>
- <datasources default="cyancemulti">
- <datasource id="cyancemulti">
- <!-- the Propel adapter will usually be the same as phptype of connection DSN -->
- <adapter>mysql</adapter>
- <connection>
- <user>cyance</user>
- <password>xxxxxxxxxxxx</password>
- <dsn>mysql:host=localhost;dbname=cyancemulti</dsn>
- </connection>
- </datasource>
- </datasources>
- </propel>
- </config>
- databases.xml
- *************
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <configurations>
- <configuration environment="development">
- <databases default="propel">
- <database name="mysql" class="AgaviMysqlDatabase">
- <parameters>
- <parameter name="host">localhost</parameter>
- <parameter name="username">cyance</parameter>
- <parameter name="password">xxxxxxxxxxxx</parameter>
- <parameter name="database">cyancemulti</parameter>
- </parameters>
- </database>
- <database name="propel" class="AgaviPropelDatabase">
- <parameters>
- <parameter name="config">%core.app_dir%/propel/build/conf/cyancemulti-conf.php</parameter>
- </parameters>
- </database>
- </databases>
- </configuration>
- <configuration environment="production">
- <databases default="propel">
- <database name="mysql" class="AgaviMysqlDatabase">
- <parameters>
- <parameter name="host">localhost</parameter>
- <parameter name="username">cyance</parameter>
- <parameter name="password">xxxxxxxxxxxx</parameter>
- <parameter name="database">cyancemulti</parameter>
- </parameters>
- </database>
- <database name="propel" class="AgaviPropelDatabase">
- <parameters>
- <parameter name="config">%core.app_dir%/propel/build/conf/cyancemulti-conf.php</parameter>
- </parameters>
- </database>
- </databases>
- </configuration>
- </configurations>
- cyancemulti-conf.php
- ********************
- <?php
- // This file generated by Propel 1.3.0-dev convert-props target
- // from XML runtime conf file /var/www/vhosts/cyance/app/propel/runtime-conf.xml
- return array_merge_recursive(array (
- 'log' =>
- array (
- 'ident' => 'cyancemulti',
- 'level' => '7',
- ),
- 'propel' =>
- array (
- 'datasources' =>
- array (
- 'cyancemulti' =>
- array (
- 'adapter' => 'mysql',
- 'connection' =>
- array (
- 'user' => 'cyance',
- 'password' => 'xxxxxxxxxxxx',
- 'dsn' => 'mysql:host=localhost;dbname=cyancemulti',
- ),
- ),
- 'default' => 'cyancemulti',
- ),
- 'generator_version' => '1.3.0-dev',
- ),
- ), include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'cyancemulti-classmap.php'));
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.