From 78df3ba326e2e528afb8a6499db9324f445dc89a Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 18 Jul 2013 16:01:22 -0600 Subject: move database.yml to example file --- config/database.yml.example | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/database.yml.example (limited to 'config/database.yml.example') 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 -- cgit v1.2.3