diff options
| author | mo khan <mo@mokhan.ca> | 2014-11-09 21:53:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-11-09 21:53:08 -0700 |
| commit | a991dce5dfa930ec9ee4430d7433ad20be469dcd (patch) | |
| tree | b940f9780c2a356c1bd6b3f6d574b7123436133b /config/database.yml.example | |
| parent | b5f0d919f3793cd542a8284dce6627620ec2a629 (diff) | |
rename project to erkell.
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index 9f80e4c..e617ba0 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -1,7 +1,7 @@ development: adapter: postgresql encoding: unicode - database: mocode-development + database: erkell-development pool: 5 username: mo password: @@ -9,7 +9,7 @@ development: test: adapter: postgresql encoding: unicode - database: mocode-test + database: erkell-test pool: 5 username: mo password: |
