30 lines
562 B
Plaintext
30 lines
562 B
Plaintext
development:
|
|
clients:
|
|
default:
|
|
database: w_blog_development
|
|
hosts:
|
|
- localhost:27017
|
|
options:
|
|
|
|
production:
|
|
clients:
|
|
default:
|
|
database: w_blog_production
|
|
hosts:
|
|
- localhost:27017
|
|
options:
|
|
|
|
test:
|
|
clients:
|
|
default:
|
|
database: w_blog_test
|
|
hosts:
|
|
- localhost:27017
|
|
options:
|
|
read:
|
|
mode: :primary
|
|
# In the test environment we lower the retries and retry interval to
|
|
# low amounts for fast failures.
|
|
max_retries: 1
|
|
retry_interval: 0
|