You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/06 23:23:33 UTC

svn commit: r279118 - /db/torque/test/trunk/profile/mysql/Torque.properties

Author: tfischer
Date: Tue Sep  6 14:23:29 2005
New Revision: 279118

URL: http://svn.apache.org/viewcvs?rev=279118&view=rev
Log:
runtime properties for the test project

Added:
    db/torque/test/trunk/profile/mysql/Torque.properties

Added: db/torque/test/trunk/profile/mysql/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/mysql/Torque.properties?rev=279118&view=auto
==============================================================================
--- db/torque/test/trunk/profile/mysql/Torque.properties (added)
+++ db/torque/test/trunk/profile/mysql/Torque.properties Tue Sep  6 14:23:29 2005
@@ -0,0 +1,9 @@
+torque.database.default = bookstore
+torque.database.bookstore.adapter = mysql
+
+#Using commons-dbcp
+torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+torque.dsfactory.bookstore.connection.driver = org.gjt.mm.mysql.Driver
+torque.dsfactory.bookstore.connection.url = jdbc:mysql://localhost:3306/bookstore
+torque.dsfactory.bookstore.connection.user = root
+torque.dsfactory.bookstore.connection.password = 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org