Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
chirimoya authored and lsmith77 committed Jul 1, 2011
1 parent 3aa0a68 commit 90715fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api-test/doctrine.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<var name="jcr.pass" value="admin" />
<var name="jcr.workspace" value="tests" />
<!-- Path to Doctrine stuff for transport -->
<var name="jcr.doctrine.loader" value="/home/benny/code/php/wsnetbeans/dbal/lib/vendor/doctrine-common/lib/Doctrine/Common/ClassLoader.php" />
<var name="jcr.doctrine.commondir" value="/home/benny/code/php/wsnetbeans/dbal/lib/vendor/doctrine-common/lib" />
<var name="jcr.doctrine.dbaldir" value="/home/benny/code/php/wsnetbeans/dbal/lib" />
<var name="jcr.doctrine.loader" value="/var/data/libraries/dbal/lib/vendor/doctrine-common/lib/Doctrine/Common/ClassLoader.php" />
<var name="jcr.doctrine.commondir" value="/var/data/libraries/dbal/lib/vendor/doctrine-common/lib" />
<var name="jcr.doctrine.dbaldir" value="/var/data/libraries/dbal/lib" />
<var name="jcr.doctrine.dbal.driver" value="pdo_mysql" />
<var name="jcr.doctrine.dbal.host" value="localhost" />
<var name="jcr.doctrine.dbal.username" value="root" />
<var name="jcr.doctrine.dbal.username" value="admin" />
<var name="jcr.doctrine.dbal.password" value="" />
<var name="jcr.doctrine.dbal.dbname" value="jcrtests" />
</php>
Expand Down

0 comments on commit 90715fd

Please sign in to comment.