7 lines
127 B
YAML
7 lines
127 B
YAML
|
development:
|
||
|
url: unix:/path/to/redis.sock
|
||
|
test:
|
||
|
url: unix:/path/to/redis.sock
|
||
|
production:
|
||
|
url: unix:/path/to/redis.sock
|