We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8eb38 commit 56282c0Copy full SHA for 56282c0
2 files changed
ansible/group_vars/alpha-cream-http.yml
@@ -32,6 +32,8 @@ container_envs: >
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
+ -e STRIPE_API_KEY={{ cream_stripe_secret_key }}
36
+ -e STRIPE_PUBLISHABLE_KEY={{ cream_stripe_publishable_key }}
37
38
container_run_opts: >
39
-h {{ name }}
ansible/group_vars/alpha-cream-worker.yml
@@ -30,6 +30,8 @@ container_envs: >
30
31
-e ROLLBAR_KEY={{ cream_worker_rollbar_token }}
0 commit comments