Skip to content

SAN-6473 #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ container_envs:
value: "https://{{ api_hostname }}"
- name: MIXPANEL_PROXY_URL
value: "{{ mixpanel_proxy_url }}"
- name: SUPER_USER
value: "{{ super_user }}"
- name: AWS_ACCESS_KEY
value: "{{ aws_access_key }}"
- name: AWS_BUCKET
Expand Down
1 change: 1 addition & 0 deletions environments/delta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ registry_token: 4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5
registry_username: runnable+deltapush
rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
secrets_path: delta-hosts/secrets
super_user: HelloRunnable
user_content_domain: runnableapp.com
user_vault_load_balancer: ab5d35e6f344211e797770ac76ff2aaa-2031464484.us-west-2.elb.amazonaws.com
vault_auth_token: 578c9767-5af8-8490-0954-5d330f27b088
Expand Down
1 change: 1 addition & 0 deletions environments/gamma/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ registry_token: 8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76
registry_username: runnable+gamma
rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
secrets_path: gamma-hosts/secrets
super_user: HelloRunnable
user_content_domain: runnablecloud.com
user_vault_load_balancer: aa8364af12f5a11e7bb9e02301ded9ea-905956029.us-west-2.elb.amazonaws.com
vault_auth_token: f9a39e92-99f3-66a0-a27d-a6e07717d30d
Expand Down