From 0a32f4fbd1cf80def0e3d463d3810c6f647bceb3 Mon Sep 17 00:00:00 2001 From: "renato.ramos" Date: Wed, 25 Mar 2026 19:20:00 +0000 Subject: [PATCH] =?UTF-8?q?#main=20-=20cria=C3=A7=C3=A3o=20do=20arquivo:?= =?UTF-8?q?=20'config.template.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.template.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.template.json diff --git a/config.template.json b/config.template.json new file mode 100644 index 0000000..7667c31 --- /dev/null +++ b/config.template.json @@ -0,0 +1,21 @@ +{ + "production": true, + "backend": { + "host": "${BACKEND_HOST}", + "port": "${BACKEND_PORT}", + "apiPath": "/api/v1.0/" + }, + "urlLgpd": "https://lgpd.seventh.com.br/feedback?product=situator", + "modules": { + "suite": "${FRONTEND_SUITE_URL}", + "attendance": "${FRONTEND_ATTENDANCE_URL}", + "account": "${FRONTEND_ACCOUNT_URL}", + "people": "${FRONTEND_PEOPLE_URL}" + }, + "api": { + "suite": "${BACKEND_SUITE_API_URL}", + "people": "${BACKEND_PEOPLE_API_URL}", + "account": "${BACKEND_ACCOUNT_API_URL}", + "attendance": "${BACKEND_ATTENDANCE_API_URL}" + } +} \ No newline at end of file