[Groonga-commit] groonga/heroku-sample-rroonga-blog at d51ea6a [master] Use DATABASE_URL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 25 12:30:57 JST 2014


Kouhei Sutou	2014-05-25 12:30:57 +0900 (Sun, 25 May 2014)

  New Revision: d51ea6a52f40dba377e64b2dd8d48fdd349d9843
  https://github.com/groonga/heroku-sample-rroonga-blog/commit/d51ea6a52f40dba377e64b2dd8d48fdd349d9843

  Message:
    Use DATABASE_URL

  Modified files:
    config/database.yml

  Modified: config/database.yml (+1 -4)
===================================================================
--- config/database.yml    2014-05-25 12:20:52 +0900 (20f06ac)
+++ config/database.yml    2014-05-25 12:30:57 +0900 (3010275)
@@ -79,7 +79,4 @@ test:
 #     url: <%= ENV['DATABASE_URL'] %>
 #
 production:
-  <<: *default
-  database: heroku-blog_production
-  username: heroku-blog
-  password: <%= ENV['HEROKU-BLOG_DATABASE_PASSWORD'] %>
+  url: <%= ENV['DATABASE_URL'] %>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index