feat(conf): update conf

This commit is contained in:
bandl 2021-11-03 22:40:28 +08:00
parent b91966709b
commit c867665b60
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 'v1.0'
env: 'dev'
storage:
host: '127.0.0.1'
host: '0.0.0.0'
port: 5890
timeOut: 2 # second
@ -52,7 +52,7 @@ plugins-control:
plugins-infos-context: ["mock-plugins"]
gateway:
host: '127.0.0.1'
host: '0.0.0.0'
port: 5891
target: ["127.0.0.1:5890"]