#exposec - ajustes no arquivo padrão.

This commit is contained in:
2026-05-12 12:47:14 -03:00
parent 81a322a4d2
commit 257caf537c

View File

@@ -7,15 +7,15 @@
}, },
"urlLgpd": "https://lgpd.seventh.com.br/feedback?product=situator", "urlLgpd": "https://lgpd.seventh.com.br/feedback?product=situator",
"modules": { "modules": {
"suite": "${FRONTEND_SUITE_URL}", "suite": "",
"attendance": "${FRONTEND_ATTENDANCE_URL}", "attendance": "${FRONTEND_ATTENDANCE_URL}",
"account": "${FRONTEND_ACCOUNT_URL}", "account": "",
"people": "${FRONTEND_PEOPLE_URL}" "people": ""
}, },
"api": { "api": {
"suite": "${BACKEND_SUITE_API_URL}", "suite": "",
"people": "${BACKEND_PEOPLE_API_URL}", "people": "",
"account": "${BACKEND_ACCOUNT_API_URL}", "account": "",
"attendance": "${BACKEND_ATTENDANCE_API_URL}" "attendance": "${BACKEND_ATTENDANCE_API_URL}"
} }
} }