Skip to content

Commit

Permalink
Adding H2 as a option in client and root sample properties
Browse files Browse the repository at this point in the history
  • Loading branch information
IntervalsPro committed Jan 13, 2010
1 parent 2bffe02 commit 979f093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symmetric/src/main/deploy/samples/client.properties
Expand Up @@ -6,6 +6,7 @@ db.driver=com.mysql.jdbc.Driver
#db.driver=org.hsqldb.jdbcDriver
#db.driver=net.sourceforge.jtds.jdbc.Driver
#db.driver=com.ibm.db2.jcc.DB2Driver
#db.driver=org.h2.Driver

# The JDBC URL used to connect to the database
db.url=jdbc:mysql://localhost/sampleclient
Expand All @@ -15,6 +16,7 @@ db.url=jdbc:mysql://localhost/sampleclient
#db.url=jdbc:hsqldb:file:sampleclient;shutdown=true
#db.url=jdbc:jtds:sqlserver://localhost:2299/sampleclient
#db.url=jdbc:db2://localhost/sampclnt
#db.url=jdbc:h2:sampleclient;AUTO_SERVER=TRUE

# The user to login as who can create and update tables
db.user=symmetric
Expand Down
2 changes: 2 additions & 0 deletions symmetric/src/main/deploy/samples/root.properties
Expand Up @@ -6,6 +6,7 @@ db.driver=com.mysql.jdbc.Driver
#db.driver=org.hsqldb.jdbcDriver
#db.driver=net.sourceforge.jtds.jdbc.Driver
#db.driver=com.ibm.db2.jcc.DB2Driver
#db.driver=org.h2.Driver

# The JDBC URL used to connect to the database
db.url=jdbc:mysql://localhost/sampleroot
Expand All @@ -16,6 +17,7 @@ db.url=jdbc:mysql://localhost/sampleroot
#db.url=jdbc:h2:file:sampleroot
#db.url=jdbc:jtds:sqlserver://localhost:2299/sampleroot
#db.url=jdbc:db2://localhost/samproot
#db.url=jdbc:h2:sampleroot;AUTO_SERVER=TRUE

# The user to login as who can create and update tables
db.user=symmetric
Expand Down

0 comments on commit 979f093

Please sign in to comment.