defaults: &defaults redis: &redis host: localhost port: 6379 data_db: 0 job_db: 1 cache_db: 2 timeout: 5000 development: <<: *defaults log_cache: true test: <<: *defaults production: <<: *defaults