We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f68cc commit c5a3eeaCopy full SHA for c5a3eea
1 file changed
ansible/group_vars/alpha-web.yml
@@ -9,14 +9,15 @@ rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
9
do_not_push: yes
10
11
dockerfile_enviroment: [
12
- "API_URL https://{{ api_hostname }}",
13
"API_SOCK_URL https://{{ api_socket_server_hostname }}",
14
- "USER_CONTENT_DOMAIN {{ user_content_domain }}",
15
- "NODE_ENV production",
+ "API_URL https://{{ api_hostname }}",
16
"AWS_ACCESS_KEY {{ aws_access_key }}",
+ "AWS_BUCKET app.{{ domain }}",
17
"AWS_SECRET_KEY {{ aws_secret_key }}",
18
"MARKETING_URL {{ marketing_url }}",
19
- "AWS_BUCKET app.{{ domain }}"
+ "STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
+ "NODE_ENV production",
20
+ "USER_CONTENT_DOMAIN {{ user_content_domain }}",
21
]
22
23
dockerfile_post_install_commands: [
0 commit comments