Skip to content

Commit 39ea1ff

Browse files
SAN-6473
1 parent 6f4e6ae commit 39ea1ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ansible/group_vars/all.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ egret_port: 65520
6868
#angular
6969
angular_url: https://app.{{ domain }}
7070
mixpanel_proxy_url: https://mixpanel.{{ domain }}
71+
super_user: HelloRunnable
7172

7273
# api
7374
api_github_hook_secret: 3V3RYTHINGisAW3S0ME!

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

0 commit comments

Comments
 (0)