summaryrefslogtreecommitdiff
path: root/config/database.yml.example
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-18 16:01:22 -0600
committermo khan <mo@mokhan.ca>2013-07-18 16:01:45 -0600
commit78df3ba326e2e528afb8a6499db9324f445dc89a (patch)
treee303281bd48fbf1f3f8d4b79a4bf117404659714 /config/database.yml.example
parent00ac42bda9c4643ca653b7f6ed9a89e7be917525 (diff)
move database.yml to example file
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example29
1 files changed, 29 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
new file mode 100644
index 0000000..aac957f
--- /dev/null
+++ b/config/database.yml.example
@@ -0,0 +1,29 @@
+development:
+ adapter: postgresql
+ encoding: unicode
+ min_messages: warning
+ database: parley_development
+ host: localhost
+ pool: 5
+ username: parley_app
+ password: postgres
+
+test:
+ adapter: postgresql
+ encoding: unicode
+ min_messages: warning
+ database: parley_test
+ host: localhost
+ pool: 5
+ username: parley_app
+ password: postgres
+
+production:
+ adapter: postgresql
+ encoding: unicode
+ min_messages: warning
+ database: parley_development
+ host: localhost
+ pool: 5
+ username: parley_app
+ password: postgres