Created
November 5, 2011 05:38
-
-
Save opensas/1341154 to your computer and use it in GitHub Desktop.
Configure an h2 file database to a specific location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# by default, when db=fs is specified | |
# play stores the h2 database file at db/h2/play | |
# with this setting you can | |
# specify another location for the h2 file database | |
db.driver=org.h2.Driver | |
db.url=jdbc:h2:file:data/play;MODE=MYSQL | |
db.user=sa | |
db.pass= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment