orbit4-5/config/mongoid.yml

27 lines
425 B
YAML
Raw Normal View History

development:
sessions:
default:
database: orbit_4_5
hosts:
- localhost:27017
test:
sessions:
default:
database: orbit_4_5
hosts:
- localhost:27017
options:
read: primary
max_retries: 1
retry_interval: 0
2014-05-14 08:22:07 +00:00
production:
sessions:
default:
# username:
# password:
database: orbit_4_5
hosts:
- localhost:27017