Skip to content

Commit b49b32f

Browse files
Merge pull request #705 from CodeNow/SAN-6473
SAN-6473
2 parents 6f4e6ae + 60b39bb commit b49b32f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

ansible/group_vars/alpha-web.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ container_envs:
1111
value: "https://{{ api_hostname }}"
1212
- name: MIXPANEL_PROXY_URL
1313
value: "{{ mixpanel_proxy_url }}"
14+
- name: SUPER_USER
15+
value: "{{ super_user }}"
1416
- name: AWS_ACCESS_KEY
1517
value: "{{ aws_access_key }}"
1618
- name: AWS_BUCKET

environments/delta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ registry_token: 4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5
190190
registry_username: runnable+deltapush
191191
rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
192192
secrets_path: delta-hosts/secrets
193+
super_user: HelloRunnable
193194
user_content_domain: runnableapp.com
194195
user_vault_load_balancer: ab5d35e6f344211e797770ac76ff2aaa-2031464484.us-west-2.elb.amazonaws.com
195196
vault_auth_token: 578c9767-5af8-8490-0954-5d330f27b088

environments/gamma/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ registry_token: 8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76
172172
registry_username: runnable+gamma
173173
rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
174174
secrets_path: gamma-hosts/secrets
175+
super_user: HelloRunnable
175176
user_content_domain: runnablecloud.com
176177
user_vault_load_balancer: aa8364af12f5a11e7bb9e02301ded9ea-905956029.us-west-2.elb.amazonaws.com
177178
vault_auth_token: f9a39e92-99f3-66a0-a27d-a6e07717d30d

0 commit comments

Comments
 (0)