Advertisement
rusticbit

Prod.conf

Feb 6th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. include "application.conf"
  2. http.port=${PORT}
  3. applyEvolutions.default=true
  4. db.default.driver=org.postgresql.Driver
  5. db.default.url=${DATABASE_URL}
  6. db.default.user=xxxxxxxxxxxxx
  7. db.default.password=xxxxxxxxxxxxxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement