Skip to content

Commit 4331185

Browse files
authored
Merge pull request #537 from CodeNow/web-payments-stripe-env
Added Stripe Env for Web
2 parents d8f68cc + e6e210a commit 4331185

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

ansible/delta-hosts/variables

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production
9696
palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
9797

9898
[pheidi:vars]
99-
pheidi_intercom_id: wqzm3rju
100-
pheidi_intercom_key: ro-02a5323fd37f41f8eeebf6e6364cf87e6b6ac8c5
99+
pheidi_intercom_id=wqzm3rju
100+
pheidi_intercom_key=ro-02a5323fd37f41f8eeebf6e6364cf87e6b6ac8c5
101101
pheidi_mongo_auth=pheidi:septa-mauve-enquiry-clipper-history
102102
pheidi_mongo_database=delta
103103
pheidi_mongo_replset_name=delta

ansible/group_vars/alpha-web.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
99
do_not_push: yes
1010

1111
dockerfile_enviroment: [
12-
"API_URL https://{{ api_hostname }}",
1312
"API_SOCK_URL https://{{ api_socket_server_hostname }}",
14-
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
15-
"NODE_ENV production",
13+
"API_URL https://{{ api_hostname }}",
1614
"AWS_ACCESS_KEY {{ aws_access_key }}",
15+
"AWS_BUCKET app.{{ domain }}",
1716
"AWS_SECRET_KEY {{ aws_secret_key }}",
1817
"MARKETING_URL {{ marketing_url }}",
19-
"AWS_BUCKET app.{{ domain }}"
18+
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
19+
"NODE_ENV production",
20+
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
2021
]
2122

2223
dockerfile_post_install_commands: [

0 commit comments

Comments
 (0)