Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
dangling GH_
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Feb 15, 2013
1 parent f12b471 commit a727d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rails.md
Expand Up @@ -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
```

Expand Down

0 comments on commit a727d55

Please sign in to comment.