This commit is contained in:
gaoshuaixing
2022-02-23 16:00:42 +08:00
parent b63ab83e30
commit 4738416abe
31 changed files with 32 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ module.exports = (appInfo) => {
/* egg服务 (可选) */
config.egg = {
enable: true, // 是否启用
enable: false, // 是否启用
title: 'ee', // 进程的title属性标识默认你的应用名称-英文)
port: 7068,
hostname: '127.0.0.1',