Explorar el Código

Removed localhost as global default server

master
Adrian Short hace 12 años
padre
commit
95df244008
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      config/mongo.yml

+ 2
- 1
config/mongo.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar