Welcome to mirror list, hosted at ThFree Co, Russian Federation.

redis_shared_state_old_format_host.yml « config « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fef5e768c5db9a24d882686a0caaba8ac752c3b1 (plain)
1
2
3
4
5
# redis://[:password@]host[:port][/db-number][?option=value]
# more details: http://www.iana.org/assignments/uri-schemes/prov/redis
development: redis://:mypassword@localhost:6382/12
test: redis://:mypassword@localhost:6382/12
production: redis://:mypassword@localhost:6382/12