diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-18 16:22:51 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-18 16:22:51 -0600 |
| commit | 5a83171ace01b4c423891a2a618128f54885affc (patch) | |
| tree | 79531adc4f3242132ea7872286a2eae792675b25 /config/database.yml.example | |
| parent | 109f37d299f092a85a0ccb3f6c7fa1d4388fa909 (diff) | |
correct db name for production in example file
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index aac957f..e3b0ccf 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -22,7 +22,7 @@ production: adapter: postgresql encoding: unicode min_messages: warning - database: parley_development + database: parley_production host: localhost pool: 5 username: parley_app |
