diff options
| author | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 11:51:13 -0600 |
|---|---|---|
| committer | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 14:34:32 -0600 |
| commit | 5043ade1c2fa671f5c57c73bd8897f579c2af11c (patch) | |
| tree | d17be933c7e74c973a5227b92795279deb0d6776 /config/database.yml.example | |
| parent | eb700437a457b14ba08539b527ad737414ff5a31 (diff) | |
Make real database from sample file.
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 29 |
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 |
