oldhaven/config/mongoid.yml

20 lines
322 B
YAML
Raw Normal View History

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