Skip to content

Instantly share code, notes, and snippets.

@oskimura
Last active November 8, 2017 03:33
Show Gist options
  • Save oskimura/a13047bf2243ef4a7dd2f436fead84a4 to your computer and use it in GitHub Desktop.
Save oskimura/a13047bf2243ef4a7dd2f436fead84a4 to your computer and use it in GitHub Desktop.
メモ HerokuのPostgresにPlay Frameworkで接続する方法 ref: http://qiita.com/oskimura/items/3301fd2f02878993bd75
db.default.driver=org.postgresql.Driver
db.default.url="<URI>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment