Commit d164a0e5

mo k <mo@mokhan.ca>
2012-09-22 22:06:31
create a production database example file.
1 parent 2e6ef4d
Changed files (1)
config/database.production.yml.example
@@ -0,0 +1,8 @@
+production:
+  adapter: postgresql
+  encoding: unicode
+  host: localhost
+  database: cakeside_production
+  pool: 5
+  username: cakeside
+  password: password