1
0
Fork 0
oldhaven/config/mongoid.yml

20 lines
322 B
YAML
Raw Normal View History

2011-04-07 02:50:02 +00:00
defaults: &defaults
2011-04-09 13:20:36 +00:00
host: 192.168.0.100
port: 27017
2011-04-12 07:57:09 +00:00
database: beathaven
2011-04-07 02:50:02 +00:00
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
2011-04-12 07:57:09 +00:00
2011-04-07 02:50:02 +00:00
test:
<<: *defaults
# set these environment variables on your prod server
production:
2011-04-12 07:57:09 +00:00
<<: *defaults