Browse Source

Removed localhost as global default server

master
Adrian Short 12 years ago
parent
commit
95df244008
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/mongo.yml

+ 2
- 1
config/mongo.yml View File

@@ -1,13 +1,14 @@
defaults: &defaults
host: 127.0.0.1
port: 27017

development:
<<: *defaults
host: 127.0.0.1
database: apollo_development

test:
<<: *defaults
host: 127.0.0.1
database: apollo_test

# set these environment variables on your prod server


Loading…
Cancel
Save