Skip to content

Commit

Permalink
fix: update AUTHORIZATION_API_HOST variable to use API_HOST_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Nov 28, 2024
1 parent 3366d6c commit bfa9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/tldraw-server/templates/configmap.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: tldraw-server
data:
AUTHORIZATION_API_HOST: "{{ API_HOST }}"
AUTHORIZATION_API_HOST: "{{ API_HOST_URI }}"
LOGGER_LOG_LEVEL: "{{ TLDRAW_LOG_LEVEL }}"
METRICS_COLLECT_DEFAULT: "{{ TLDRAW_METRICS_COLLECT_DEFAULT }}"
REDIS_CLUSTER_ENABLED: "true"
Expand Down

0 comments on commit bfa9856

Please sign in to comment.