forked from saurabh/orbit4-5
27 lines
425 B
YAML
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
|