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: { prod: {
"authEnable": false, "authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize" "auth_url": "http://hades-service/hades/authorize"
}, },
test: { test: {
"authEnable": false, "authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize" "auth_url": "http://hades-service/hades/authorize"
} }
} }
log.cfg: | log.cfg: |