精简配置

This commit is contained in:
gaoshuaixing
2023-11-29 17:10:50 +08:00
parent 1bea6eb9d6
commit eae99dc977
4 changed files with 8 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ module.exports = (appInfo) => {
enable: true,
name: 'goapp',
args: ['--env=dev', '--port=7073'],
appExit: false,
}
};

View File

@@ -15,10 +15,7 @@
},
"http": {
"enable": true,
"protocol": "http://",
"hostname": "127.0.0.1",
"port": 7073,
"index_path": "",
"network": false
},
"static": {

View File

@@ -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
}
}

View File

@@ -15,10 +15,7 @@
},
"http": {
"enable": true,
"protocol": "http://",
"hostname": "127.0.0.1",
"port": 7073,
"indexPath": "",
"network": false
}
}