Files
attendance-system.install/config.template.json

21 lines
445 B
JSON

{
"production": true,
"backend": {
"host": "${BACKEND_HOST}",
"port": "${BACKEND_PORT}",
"apiPath": "/api/v1.0/"
},
"urlLgpd": "https://lgpd.seventh.com.br/feedback?product=situator",
"modules": {
"suite": "",
"attendance": "${FRONTEND_ATTENDANCE_URL}",
"account": "",
"people": ""
},
"api": {
"suite": "",
"people": "",
"account": "",
"attendance": "${BACKEND_ATTENDANCE_API_URL}"
}
}