Kazunori Kimura 4943e1ffc0 replace non-break space with normal space
especially, rails warns when "non-break space" found
in configuration file (such as cable.yml)
2022-02-19 14:02:16 +09:00

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