Last active
November 8, 2017 03:33
-
-
Save oskimura/a13047bf2243ef4a7dd2f436fead84a4 to your computer and use it in GitHub Desktop.
メモ HerokuのPostgresにPlay Frameworkで接続する方法 ref: http://qiita.com/oskimura/items/3301fd2f02878993bd75
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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