config file formate changed

This commit is contained in:
Vaibhav Pathak 2026-01-30 14:49:15 +05:30
parent 2da8950294
commit f9155fb0e0

View File

@ -94,8 +94,14 @@ config:
} }
authConfig.cfg: | authConfig.cfg: |
{ {
prod: {
"authEnable": false, "authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize" "authServiceUrl": "http://hades-service/hades/authorize"
},
test: {
"authEnable": false,
"authServiceUrl": "http://hades-service/hades/authorize"
}
} }
log.cfg: | log.cfg: |
log4j.rootLogger=DEBUG, stdout log4j.rootLogger=DEBUG, stdout