We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4e6ae commit 39ea1ffCopy full SHA for 39ea1ff
ansible/group_vars/all.yml
@@ -68,6 +68,7 @@ egret_port: 65520
68
#angular
69
angular_url: https://app.{{ domain }}
70
mixpanel_proxy_url: https://mixpanel.{{ domain }}
71
+super_user: HelloRunnable
72
73
# api
74
api_github_hook_secret: 3V3RYTHINGisAW3S0ME!
ansible/group_vars/alpha-web.yml
@@ -11,6 +11,8 @@ container_envs:
11
value: "https://{{ api_hostname }}"
12
- name: MIXPANEL_PROXY_URL
13
value: "{{ mixpanel_proxy_url }}"
14
+ - name: SUPER_USER
15
+ value: "{{ super_user }}"
16
- name: AWS_ACCESS_KEY
17
value: "{{ aws_access_key }}"
18
- name: AWS_BUCKET
0 commit comments