summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/database.yml.example29
1 files changed, 0 insertions, 29 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
deleted file mode 100644
index e3b0ccf..0000000
--- a/config/database.yml.example
+++ /dev/null
@@ -1,29 +0,0 @@
-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_production
- host: localhost
- pool: 5
- username: parley_app
- password: postgres