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

cable.yml.example « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee3a8da9be8c9a644d629b090a3c0ae94e8b4b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is used for configuring ActionCable in our CI environment
# When using GDK or Omnibus, cable.yml is generated from a different template
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: unix:/var/run/redis/redis.sock
  channel_prefix: gitlab_production