We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3f15e commit 7b8eb38Copy full SHA for 7b8eb38
2 files changed
ansible/group_vars/alpha-cream-http.yml
@@ -29,6 +29,8 @@ container_envs: >
29
-e RABBITMQ_PASSWORD={{ rabbit_password }}
30
-e RABBITMQ_PORT={{ rabbit_port }}
31
-e RABBITMQ_USERNAME={{ rabbit_username }}
32
+ -e RUNNABLE_API_URL={{ api_url }}
33
+ -e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
34
-e ROLLBAR_KEY={{ cream_http_rollbar_token }}
35
36
container_run_opts: >
ansible/group_vars/alpha-cream-worker.yml
@@ -27,6 +27,8 @@ container_envs: >
27
28
-e ROLLBAR_KEY={{ cream_worker_rollbar_token }}
0 commit comments