feat app 模块化启动
This commit is contained in:
@@ -4,8 +4,8 @@ app:
|
||||
log:
|
||||
debug: true
|
||||
level: "debug"
|
||||
maxSize: 100
|
||||
maxBackups: 3
|
||||
maxSize: 10
|
||||
maxBackups: 100
|
||||
maxAge: 7
|
||||
|
||||
db:
|
||||
@@ -19,11 +19,11 @@ serve:
|
||||
ttl: 20
|
||||
socket:
|
||||
web:
|
||||
address: "0.0.0.0"
|
||||
address: "127.0.0.1"
|
||||
port: 8501
|
||||
raw:
|
||||
address: "0.0.0.0"
|
||||
address: "127.0.0.1"
|
||||
port: 8502
|
||||
http:
|
||||
address: "0.0.0.0"
|
||||
address: "127.0.0.1"
|
||||
port: 8503
|
||||
|
||||
Reference in New Issue
Block a user