File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production
9696palantiri_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
101101pheidi_mongo_auth=pheidi:septa-mauve-enquiry-clipper-history
102102pheidi_mongo_database=delta
103103pheidi_mongo_replset_name=delta
Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
99do_not_push : yes
1010
1111dockerfile_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
2223dockerfile_post_install_commands : [
You can’t perform that action at this time.
0 commit comments