Skip to content

Commit 8e9bb50

Browse files
author
Myztiq
committed
API_HOSTNAME -> API_URL
1 parent 6c5ca77 commit 8e9bb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-detention.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dockerfile_post_install_commands: [
1717

1818
container_envs: >
1919
-e ABSOLUTE_URL={{ detention_hostname }}
20-
-e API_HOSTNAME={{ api_hostname }}
20+
-e API_URL=https://{{ api_hostname }}
2121
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
2222
-e NODE_ENV={{ node_env }}
2323
-e PORT={{ hosted_ports[0] }}

0 commit comments

Comments
 (0)