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