Remove wrong mongo port
This commit is contained in:
parent
3beed406a7
commit
c1da80761e
|
@ -1,6 +1,5 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 37017
|
|
||||||
# slaves:
|
# slaves:
|
||||||
# - host: slave1.local
|
# - host: slave1.local
|
||||||
port: 27017
|
port: 27017
|
||||||
|
|
Reference in New Issue