Skip to content

Instantly share code, notes, and snippets.

@kevingo
Created June 29, 2012 15:17
Show Gist options
  • Save kevingo/3018539 to your computer and use it in GitHub Desktop.
Save kevingo/3018539 to your computer and use it in GitHub Desktop.
play app db conf on heroku when using mysql
%prod.db=${CLEARDB_DATABASE_URL}
%prod.jpa.dialect=org.hibernate.dialect.MySQLDialect
%prod.jpa.ddl=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment