dangling GH_
This commit is contained in:
parent
f12b4713fe
commit
a727d5507e
1 changed files with 2 additions and 2 deletions
|
@ -135,12 +135,12 @@ end
|
|||
|
||||
development:
|
||||
host: 127.0.0.1
|
||||
port: <%= ENV['GH_MONGODB_PORT'] || 27017 %>
|
||||
port: <%= ENV['BOXEN_MONGODB_PORT'] || 27017 %>
|
||||
database: rails_app_development
|
||||
|
||||
test:
|
||||
host: 127.0.0.1
|
||||
port: <%= ENV['GH_MONGODB_PORT'] || 27017 %>
|
||||
port: <%= ENV['BOXEN_MONGODB_PORT'] || 27017 %>
|
||||
database: rails_app_test
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue