diff options
-rw-r--r-- | config/database.yml-example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/database.yml-example b/config/database.yml-example index e48577f23..6d06110b0 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -3,7 +3,7 @@ development: adapter: postgresql - database: foi_development + database: alaveteli_development username: <username> password: <password> host: localhost @@ -14,7 +14,7 @@ development: # Do not set this db to the same as development or production. test: adapter: postgresql - database: foi_test + database: alaveteli_test username: <username> password: <password> host: localhost @@ -24,9 +24,8 @@ test: production: adapter: postgresql - database: foi_production + database: alaveteli_production username: <username> password: <password> host: localhost port: 5432 - |