From 112fec141eca167f976c07a34da92368a40e1d12 Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 14 Jul 2026 10:27:36 -0300 Subject: [PATCH] =?UTF-8?q?#SVTH-575=20-=20host=20de=20conex=C3=A3o=20com?= =?UTF-8?q?=20o=20m=C3=B3dulo=20e=20api=20de=20usu=C3=A1rios=20publicados.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.template.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.template.json b/config.template.json index aa3b001..db90679 100644 --- a/config.template.json +++ b/config.template.json @@ -11,13 +11,15 @@ "attendance": "${FRONTEND_ATTENDANCE_URL}", "account": "${FRONTEND_ACCOUNT_URL}", "people": "${FRONTEND_PEOPLE_URL}", - "reports": "${FRONTEND_REPORTS_URL}" + "reports": "${FRONTEND_REPORTS_URL}", + "users": "${FRONTEND_USERS_URL}" }, "api": { "suite": "${BACKEND_SUITE_API_URL}", "people": "${BACKEND_PEOPLE_API_URL}", "account": "${BACKEND_ACCOUNT_API_URL}", "attendance": "${BACKEND_ATTENDANCE_API_URL}", - "reports": "${BACKEND_REPORTS_API_URL}" + "reports": "${BACKEND_REPORTS_API_URL}", + "users": "${BACKEND_USERS_API_URL}" } } \ No newline at end of file