orbit4-5/config/mongoid.yml

27 lines
425 B
YAML

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
production:
sessions:
default:
# username:
# password:
database: orbit_4_5
hosts:
- localhost:27017