1
0
Fork 0
oldhaven/config/mongoid.yml

20 lines
322 B
YAML

defaults: &defaults
host: 192.168.0.100
port: 27017
database: beathaven
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
test:
<<: *defaults
# set these environment variables on your prod server
production:
<<: *defaults