Skip to content

Commit

Permalink
changing config to apply db evolutions in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
retroryan committed Jan 27, 2012
1 parent 717bd6f commit fec4c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Expand Up @@ -21,7 +21,7 @@ db.default.driver=org.postgresql.Driver
#for an in-memory database set this to --- jdbc:h2:mem:play
#for postgresql database set this to --- jdbc:postgresql://localhost:5432/postgres?user=postgres&password=oracle

db.default.url=${DATABASE_URL}
db.default.url=jdbc:${DATABASE_URL}

applyEvolutions.default=true

Expand Down

0 comments on commit fec4c1d

Please sign in to comment.