From 451a5d93aea775f9fe2c1319cf090654a4ae1426 Mon Sep 17 00:00:00 2001 From: NetOps <idcnetops@tarento.com> Date: Tue, 15 Feb 2022 08:12:04 +0000 Subject: [PATCH] Update form-service-env.j2 --- .../roles/deploy-form-service/templates/form-service-env.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2 b/ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2 index 69e1d77..06babd1 100755 --- a/ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2 +++ b/ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2 @@ -58,3 +58,4 @@ azure_storage_key={{ storage_key }} azure_storage_secret={{ storage_secret }} azure_storage_container={{ container_name }} +user.routes.host.url=http://{{ service_user_service }}:{{ service_user_port }} -- GitLab