mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 19:26:53 +08:00
精简配置
This commit is contained in:
@@ -130,6 +130,7 @@ module.exports = (appInfo) => {
|
||||
enable: true,
|
||||
name: 'goapp',
|
||||
args: ['--env=dev', '--port=7073'],
|
||||
appExit: false,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -15,10 +15,7 @@
|
||||
},
|
||||
"http": {
|
||||
"enable": true,
|
||||
"protocol": "http://",
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 7073,
|
||||
"index_path": "",
|
||||
"network": false
|
||||
},
|
||||
"static": {
|
||||
|
||||
@@ -6,12 +6,16 @@
|
||||
"max_size": 1024,
|
||||
"max_age": 20
|
||||
},
|
||||
"core_logger": {
|
||||
"output_json": false,
|
||||
"level": "info",
|
||||
"filename": "ee-go-core.log",
|
||||
"max_size": 1024,
|
||||
"max_age": 10
|
||||
},
|
||||
"http": {
|
||||
"enable": true,
|
||||
"protocol": "http://",
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 7073,
|
||||
"indexPath": "",
|
||||
"network": false
|
||||
}
|
||||
}
|
||||
@@ -15,10 +15,7 @@
|
||||
},
|
||||
"http": {
|
||||
"enable": true,
|
||||
"protocol": "http://",
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 7073,
|
||||
"indexPath": "",
|
||||
"network": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user