Przeglądaj źródła

Removed localhost as global default server

master
Adrian Short 12 lat temu
rodzic
commit
95df244008
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      config/mongo.yml

+ 2
- 1
config/mongo.yml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz