From a04fed61609d5514d4a451ca3d7426861a50243b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 11:43:22 +0100 Subject: [PATCH] Add forgotten port setting --- ansible/pre-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 6a6aef4..c781387 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -96,6 +96,7 @@ DOMAIN: "{{ domain }}" ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}" ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}" + HTTP_PORT: "{{ http_port }}" INSTALL_LOCK: "{{ install_lock }}" JWT_SECRET: "{{ jwt_secret }}" RUN_MODE: "prod"