We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c002ea commit cf0b5ddCopy full SHA for cf0b5dd
apps/faf-icebreaker/templates/config.yaml
@@ -13,9 +13,9 @@ 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-headless.faf-ops.svc:3100"
21
QUARKUS_LOG_CATEGORY__COM_FAFOREVER__LEVEL: "DEBUG"
0 commit comments