Skip to content

Commit 7b8eb38

Browse files
committed
Add RUNNABLE_API_URL and RUNNABLE_USER_CONTENT_DOMAIN
1 parent 9c3f15e commit 7b8eb38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/group_vars/alpha-cream-http.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ container_envs: >
2929
-e RABBITMQ_PASSWORD={{ rabbit_password }}
3030
-e RABBITMQ_PORT={{ rabbit_port }}
3131
-e RABBITMQ_USERNAME={{ rabbit_username }}
32+
-e RUNNABLE_API_URL={{ api_url }}
33+
-e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3234
-e ROLLBAR_KEY={{ cream_http_rollbar_token }}
3335
3436
container_run_opts: >

ansible/group_vars/alpha-cream-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ container_envs: >
2727
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2828
-e RABBITMQ_PORT={{ rabbit_port }}
2929
-e RABBITMQ_USERNAME={{ rabbit_username }}
30+
-e RUNNABLE_API_URL={{ api_url }}
31+
-e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3032
-e ROLLBAR_KEY={{ cream_worker_rollbar_token }}
3133
3234
container_run_opts: >

0 commit comments

Comments
 (0)