mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-19 16:28:08 +08:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"logger": {
|
|
"output_json": false,
|
|
"level": "info",
|
|
"filename": "ee-go.log",
|
|
"max_size": 1024,
|
|
"max_age": 10
|
|
},
|
|
"http": {
|
|
"enable": true,
|
|
"protocol": "http://",
|
|
"hostname": "127.0.0.1",
|
|
"port": 7073,
|
|
"index_path": "",
|
|
"network": false,
|
|
"static_dir": true
|
|
},
|
|
"static": {
|
|
"enable": true,
|
|
"package": "public/package.json",
|
|
"config": "public/config",
|
|
"dist": "public/dist",
|
|
"html": "public/html",
|
|
"ssl": "public/ssl"
|
|
}
|
|
} |