config file formate changed
This commit is contained in:
parent
2da8950294
commit
f9155fb0e0
@ -94,8 +94,14 @@ config:
|
||||
}
|
||||
authConfig.cfg: |
|
||||
{
|
||||
"authEnable": false,
|
||||
"authServiceUrl": "http://hades-service/hades/authorize"
|
||||
prod: {
|
||||
"authEnable": false,
|
||||
"authServiceUrl": "http://hades-service/hades/authorize"
|
||||
},
|
||||
test: {
|
||||
"authEnable": false,
|
||||
"authServiceUrl": "http://hades-service/hades/authorize"
|
||||
}
|
||||
}
|
||||
log.cfg: |
|
||||
log4j.rootLogger=DEBUG, stdout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user