mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
especially, rails warns when "non-break space" found in configuration file (such as cable.yml)
15 lines
426 B
YAML
15 lines
426 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
|