Skip to content

Commit cf0b5dd

Browse files
committed
Disable Xirsys for cloudflare pioneer testing
1 parent 8c002ea commit cf0b5dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: apps/faf-icebreaker/templates/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ data:
1313
RABBITMQ_HOST: "rabbitmq"
1414
RABBITMQ_USER: "faf-icebreaker"
1515
RABBITMQ_PORT: "5672"
16-
CLOUDFLARE_ENABLED: "false"
17-
XIRSYS_ENABLED: "true"
18-
XIRSYS_TURN_ENABLED: "true"
16+
CLOUDFLARE_ENABLED: "true"
17+
XIRSYS_ENABLED: "false"
18+
XIRSYS_TURN_ENABLED: "false"
1919
GEOIPUPDATE_EDITION_IDS: "GeoLite2-City"
2020
LOKI_BASE_URL: "http://loki-headless.faf-ops.svc:3100"
2121
QUARKUS_LOG_CATEGORY__COM_FAFOREVER__LEVEL: "DEBUG"

0 commit comments

Comments
 (0)