We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55db9f commit d359241Copy full SHA for d359241
apps/faf-icebreaker/templates/config.yaml
@@ -13,8 +13,8 @@ data:
13
RABBITMQ_HOST: "rabbitmq"
14
RABBITMQ_USER: "faf-icebreaker"
15
RABBITMQ_PORT: "5672"
16
- CLOUDFLARE_ENABLED: "false"
17
- XIRSYS_ENABLED: "true"
18
- XIRSYS_TURN_ENABLED: "true"
+ CLOUDFLARE_ENABLED: "true"
+ XIRSYS_ENABLED: "false"
+ XIRSYS_TURN_ENABLED: "false"
19
GEOIPUPDATE_EDITION_IDS: "GeoLite2-City"
20
LOKI_BASE_URL: "http://loki.faf-ops.svc:3100"
0 commit comments