Skip to content

Commit

Permalink
updating db config
Browse files Browse the repository at this point in the history
  • Loading branch information
phaus committed Jun 29, 2012
1 parent 3734e88 commit 0b38827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/application.conf
Expand Up @@ -85,7 +85,11 @@ date.format=dd.MM.yyyy hh:mm
# db=mem
#

db=fs
#db=fs

db=${DATABASE_URL}
jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
jpa.ddl=update

# To connect to a local MySQL5 database, use:
# db=mysql://user:pwd@host/database
Expand Down

0 comments on commit 0b38827

Please sign in to comment.