Commit a727d5507e55ded1800f058edfd5158331092a6c
1 parent
f12b4713fe
dangling GH_
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
docs/rails.md
... | ... | @@ -135,12 +135,12 @@ |
135 | 135 | |
136 | 136 | development: |
137 | 137 | host: 127.0.0.1 |
138 | - port: <%= ENV['GH_MONGODB_PORT'] || 27017 %> | |
138 | + port: <%= ENV['BOXEN_MONGODB_PORT'] || 27017 %> | |
139 | 139 | database: rails_app_development |
140 | 140 | |
141 | 141 | test: |
142 | 142 | host: 127.0.0.1 |
143 | - port: <%= ENV['GH_MONGODB_PORT'] || 27017 %> | |
143 | + port: <%= ENV['BOXEN_MONGODB_PORT'] || 27017 %> | |
144 | 144 | database: rails_app_test |
145 | 145 | ``` |
146 | 146 |