Commit 9fed2580

mo khan <mo@mokhan.ca>
2013-06-17 03:18:25
update staging to use heroku postgres database
1 parent d010d8f
Changed files (1)
config/database.production.yml.example
@@ -1,11 +1,19 @@
 staging:
+  #adapter: postgresql
+  #encoding: unicode
+  #host: localhost
+  #database: cakeside_production
+  #pool: 5
+  #username: cakeside
+  #password: password
   adapter: postgresql
   encoding: unicode
-  host: localhost
-  database: cakeside_production
   pool: 5
-  username: cakeside
-  password: password
+  database: d1t8g3ceb67l55
+  username: padomwgzfzlkyp
+  password: HhEs5xtpF34dwRMTDSA2CWRGnu
+  host: ec2-23-21-130-189.compute-1.amazonaws.com
+  port: 5432
 
 production:
   adapter: postgresql