Skip to content

Commit

Permalink
enable auto_server for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 14, 2010
1 parent 1bf02de commit abb8c99
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -15,11 +15,10 @@ db.driver=org.h2.Driver
#db.url=jdbc:postgresql://localhost/sampleroot
#db.url=jdbc:derby:sampleroot;create=true
#db.url=jdbc:hsqldb:file:sampleroot;shutdown=true
db.url=jdbc:h2:file:sampleroot
#db.url=jdbc:jtds:sqlserver://localhost:2299/sampleroot
#db.url=jdbc:db2://localhost/samproot
#db.url=jdbc:informix-sqli://localhost:9088/sampleroot:INFORMIXSERVER=ol_ids_1150_1
#db.url=jdbc:h2:sampleroot;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000
db.url=jdbc:h2:sampleroot;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000

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

0 comments on commit abb8c99

Please sign in to comment.