gohttp/config.json

18 lines
320 B
JSON
Raw Normal View History

2023-12-08 22:02:36 +08:00
{
"logging" :{
"appenders": {
"out" :{
"type": "console"
}
},
"categories": {
"default": {
"appenders": [ "out" ],
"level": "debug"
}
}
},
"admin" : {
"port" : 8088
}
}