mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-18 05:18:09 +08:00
26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"logger": {
|
|
"output_json": false,
|
|
"level": "info",
|
|
"filename": "ee-go.log",
|
|
"max_size": 1024,
|
|
"max_age": 10
|
|
},
|
|
"core_logger": {
|
|
"output_json": false,
|
|
"level": "info",
|
|
"filename": "ee-go-core.log",
|
|
"max_size": 1024,
|
|
"max_age": 10
|
|
},
|
|
"http": {
|
|
"enable": true,
|
|
"port": 7073,
|
|
"network": false
|
|
},
|
|
"static": {
|
|
"enable": true,
|
|
"package": "public/package.json",
|
|
"config": "public/config"
|
|
}
|
|
} |