diff options
| author | mo k <mo@mokhan.ca> | 2012-09-22 16:58:46 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-09-22 16:58:46 -0600 |
| commit | 68645158b14c72f9f79a4642d06381a651de53e9 (patch) | |
| tree | 502d7d616ae9f9679e092066a1a257cb76def685 /config/database.yml.example | |
| parent | 82f244edf2cb25a70084a77f9adbc76ae7628b70 (diff) | |
remove staging database config and collapse into production config.
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index 9fa06c3f..6d6e3dae 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -14,21 +14,3 @@ test: database: db/test.sqlite3 pool: 5 timeout: 5000 - -staging: - adapter: postgresql - encoding: unicode - host: localhost - database: cakeside_production - pool: 5 - username: cakeside - password: password - -production: - adapter: postgresql - encoding: unicode - host: localhost - database: cakeside_production - pool: 5 - username: cakeside - password: password |
