config file formate changed

This commit is contained in:
Vaibhav Pathak 2026-01-30 15:43:27 +05:30
parent f9155fb0e0
commit f87348a366

View File

@ -96,11 +96,11 @@ config:
{
prod: {
"authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize"
"auth_url": "http://hades-service/hades/authorize"
},
test: {
"authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize"
"auth_url": "http://hades-service/hades/authorize"
}
}
log.cfg: |