config file formate changed
This commit is contained in:
parent
2da8950294
commit
f9155fb0e0
@ -94,8 +94,14 @@ config:
|
|||||||
}
|
}
|
||||||
authConfig.cfg: |
|
authConfig.cfg: |
|
||||||
{
|
{
|
||||||
"authEnable": false,
|
prod: {
|
||||||
"authServiceUrl": "http://hades-service/hades/authorize"
|
"authEnable": false,
|
||||||
|
"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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user