We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927a7e4 commit 20886c7Copy full SHA for 20886c7
1 file changed
ansible/group_vars/alpha-detention.yml
@@ -16,8 +16,10 @@ dockerfile_post_install_commands: [
16
]
17
18
container_envs: >
19
- -e NODE_ENV={{ node_env }}
20
-e ABSOLUTE_URL={{ detention_hostname }}
+ -e API_HOSTNAME={{ api_hostname }}
21
+ -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
22
+ -e NODE_ENV={{ node_env }}
23
-e PORT={{ hosted_ports[0] }}
24
25
container_run_opts: >
0 commit comments