summaryrefslogtreecommitdiff
path: root/config/database.yml.example
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-18 16:22:51 -0600
committermo khan <mo@mokhan.ca>2013-07-18 16:22:51 -0600
commit5a83171ace01b4c423891a2a618128f54885affc (patch)
tree79531adc4f3242132ea7872286a2eae792675b25 /config/database.yml.example
parent109f37d299f092a85a0ccb3f6c7fa1d4388fa909 (diff)
correct db name for production in example file
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example2
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