diff --git a/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2 b/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2 index 0a4163e79991acd86157e4852da12ebc1b61cbce..4f9715b9becc0202453ef83944c35a85e716e84e 100755 --- a/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2 +++ b/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2 @@ -16,7 +16,7 @@ zuul.routes.ingest.url=http://localhost:8097/ zuul.routes.analytics.path=/dashboard/** zuul.routes.analytics.stripPrefix=false -zuul.routes.analytics.url=http://localhost:8091/ +zuul.routes.analytics.url=http://{{ service_analytics_service }}:{{ service_analytics_port }}/ zuul.routes.form.path=/forms/** zuul.routes.form.stripPrefix=false