File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
3638container_run_opts : >
3739 -h {{ name }}
Original file line number Diff line number Diff 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
3436container_run_opts : >
3537 -h {{ name }}
You can’t perform that action at this time.
0 commit comments