Add forgotten port setting
This commit is contained in:
parent
f97a11eb76
commit
a04fed6160
@ -96,6 +96,7 @@
|
|||||||
DOMAIN: "{{ domain }}"
|
DOMAIN: "{{ domain }}"
|
||||||
ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}"
|
ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}"
|
||||||
ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}"
|
ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}"
|
||||||
|
HTTP_PORT: "{{ http_port }}"
|
||||||
INSTALL_LOCK: "{{ install_lock }}"
|
INSTALL_LOCK: "{{ install_lock }}"
|
||||||
JWT_SECRET: "{{ jwt_secret }}"
|
JWT_SECRET: "{{ jwt_secret }}"
|
||||||
RUN_MODE: "prod"
|
RUN_MODE: "prod"
|
||||||
|
Reference in New Issue
Block a user