Skip to content

Instantly share code, notes, and snippets.

@opensas
Created November 5, 2011 05:38
Show Gist options
  • Select an option

  • Save opensas/1341154 to your computer and use it in GitHub Desktop.

Select an option

Save opensas/1341154 to your computer and use it in GitHub Desktop.

Revisions

  1. opensas created this gist Nov 5, 2011.
    9 changes: 9 additions & 0 deletions application.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # 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=