Skip to content

Commit c5a3eea

Browse files
author
Myztiq
committed
Sorted env vars, added STRIPE_TOKEN env var
1 parent d8f68cc commit c5a3eea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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)