mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
15 lines
427 B
YAML
15 lines
427 B
YAML
# This is a template taken from here:
|
||
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/cable.yml.example
|
||
development:
|
||
adapter: redis
|
||
url: redis://localhost:6379
|
||
channel_prefix: gitlab_development
|
||
test:
|
||
adapter: redis
|
||
url: redis://localhost:6379
|
||
channel_prefix: gitlab_test
|
||
production:
|
||
adapter: redis
|
||
url: redis://{{REDIS_HOST}}:{{REDIS_PORT}}/{{REDIS_DB_NUMBER}}
|
||
channel_prefix: gitlab_production
|