Skip to content

Commit 20886c7

Browse files
committed
Add ENV vars to detention
1 parent 927a7e4 commit 20886c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ansible/group_vars/alpha-detention.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ dockerfile_post_install_commands: [
1616
]
1717

1818
container_envs: >
19-
-e NODE_ENV={{ node_env }}
2019
-e ABSOLUTE_URL={{ detention_hostname }}
20+
-e API_HOSTNAME={{ api_hostname }}
21+
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
22+
-e NODE_ENV={{ node_env }}
2123
-e PORT={{ hosted_ports[0] }}
2224
2325
container_run_opts: >

0 commit comments

Comments
 (0)