feature/SDA-304 #4

Open
taina.carvalho wants to merge 12 commits from feature/SDA-304 into develop
Showing only changes of commit 257caf537c - Show all commits

View File

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