41 lines
819 B
JSON
41 lines
819 B
JSON
{
|
|
"logging": {
|
|
"appenders": {
|
|
"out": {
|
|
"type": "file",
|
|
"options": {
|
|
"file": "gohttpd.log"
|
|
}
|
|
},
|
|
"stdout": {
|
|
"type": "console"
|
|
}
|
|
},
|
|
"categories": {
|
|
"default": {
|
|
"appenders": [
|
|
"out",
|
|
"stdout"
|
|
],
|
|
"level": "debug"
|
|
}
|
|
}
|
|
},
|
|
"admin":{
|
|
"name":"admin",
|
|
"server":["localhost"],
|
|
"port":8080,
|
|
"paths":[
|
|
{
|
|
"path":"/",
|
|
"root":"./adminui",
|
|
"default":"index.html"
|
|
}
|
|
]
|
|
},
|
|
"includs":"./include",
|
|
"servers": [
|
|
|
|
]
|
|
}
|