Skip to content

Commit 56282c0

Browse files
committed
Add Stripe keys
1 parent 7b8eb38 commit 56282c0

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
@@ -32,6 +32,8 @@ container_envs: >
3232
-e RUNNABLE_API_URL={{ api_url }}
3333
-e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3434
-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 }}
3537
3638
container_run_opts: >
3739
-h {{ name }}

ansible/group_vars/alpha-cream-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ container_envs: >
3030
-e RUNNABLE_API_URL={{ api_url }}
3131
-e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3232
-e ROLLBAR_KEY={{ cream_worker_rollbar_token }}
33+
-e STRIPE_API_KEY={{ cream_stripe_secret_key }}
34+
-e STRIPE_PUBLISHABLE_KEY={{ cream_stripe_publishable_key }}
3335
3436
container_run_opts: >
3537
-h {{ name }}

0 commit comments

Comments
 (0)