Skip to content

Commit 9b9cb08

Browse files
committed
change protocol for FULL_API_DOMAIN
1 parent bbea2a3 commit 9b9cb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-workers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ container_envs: >
2424
-e DATADOG_HOST={{ datadog_host }}
2525
-e DATADOG_PORT={{ datadog_port }}
2626
-e DOMAIN={{ domain }}
27-
-e FULL_API_DOMAIN=http://api.{{ domain }}
27+
-e FULL_API_DOMAIN=https://api.{{ domain }}
2828
-e GITHUB_CALLBACK_URL=https://api.{{ domain }}/auth/github/callback
2929
-e GITHUB_CLIENT_ID={{ api_github_client_id }}
3030
-e GITHUB_CLIENT_SECRET={{ api_github_client_secret }}

0 commit comments

Comments
 (0)