LoginSignup
1
1

More than 5 years have passed since last update.

Play(scala) on herokuからデータベースを使う方法

Last updated at Posted at 2012-03-09

herokuのdbは使わない amazonのrds使う
amazonのrdsはdbのインスタンスを作ってsecurity groupの設定をする
play側は、下記のファイルについて、usr,pwd,host,databaseをそれぞれ書き換える

#project/conf/application.conf
db=mysql://user:pwd@host/database

取り急ぎぐぐってみつけた参考資料たち
http://www.delicious.com/puriketu/heroku+play+scala

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1