templates/config/database.yml.erb in cybele-1.6.0 vs templates/config/database.yml.erb in cybele-1.7.0
- old
+ new
@@ -8,6 +8,14 @@
host: localhost
port: 5432
test:
<<: *default
- database: <%= app_name %>_test
+ database: <%= app_name %>_test
+
+production:
+ <<: *default
+ database: <%= app_name %>_production
+
+staging:
+ <<: *default
+ database: <%= app_name %>_staging
\ No newline at end of file