awakia / catchup

Issue based repository to catch up technologies and movements
5 stars 0 forks source link

GoのサーバーをHerokuで建てる #29

Open awakia opened 9 years ago

awakia commented 9 years ago

http://l-lin.github.io/2015/01/31/Golang-Deploy_to_heroku/

にあるように

をうまくenvからとって処理すれば良いらしい。

http://stackoverflow.com/questions/19173460/connection-refused-with-go-postgres-on-heroku という話もあるが古いかもしれない。

awakia commented 9 years ago

DATABASE_URLのフォーマット

[database type]://[username]:[password]@[host]:[port]/[database name]

https://devcenter.heroku.com/articles/connecting-to-relational-databases-on-heroku-with-java