gitlab-org--gitlab-foss/spec/fixtures/config/redis_new_format_socket.yml
Gabriel Mazetto ef6043880e Specs for RedisConfig
Make sure :url is not present on RedisConfig.params after parsing
2016-08-04 18:55:37 +02:00

6 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