diff options
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 |
