You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
211 B
12 lines
211 B
6 years ago
|
defaults: &defaults
|
||
|
url: <%= ENV["REDIS_URL"] || "redis://localhost:6379/0" %>
|
||
|
|
||
|
development:
|
||
|
<<: *defaults
|
||
|
|
||
|
test:
|
||
|
<<: *defaults
|
||
|
|
||
|
production:
|
||
|
<<: *defaults
|
||
|
url: redis://10.9.72.102:6379/0/job
|