17 lines
310 B
JSON
17 lines
310 B
JSON
|
{
|
||
|
"host":"0.0.0.0",
|
||
|
"port":"8080",
|
||
|
"log":{
|
||
|
"appenders":{
|
||
|
"console":{
|
||
|
"type":"console"
|
||
|
}
|
||
|
},
|
||
|
"categories":{
|
||
|
"default":{
|
||
|
"appenders":["console"],
|
||
|
"level":"debug"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|