feat(conf): update conf
This commit is contained in:
parent
b91966709b
commit
c867665b60
|
@ -3,7 +3,7 @@ version: 'v1.0'
|
||||||
env: 'dev'
|
env: 'dev'
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
host: '127.0.0.1'
|
host: '0.0.0.0'
|
||||||
port: 5890
|
port: 5890
|
||||||
timeOut: 2 # second
|
timeOut: 2 # second
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ plugins-control:
|
||||||
plugins-infos-context: ["mock-plugins"]
|
plugins-infos-context: ["mock-plugins"]
|
||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
host: '127.0.0.1'
|
host: '0.0.0.0'
|
||||||
port: 5891
|
port: 5891
|
||||||
target: ["127.0.0.1:5890"]
|
target: ["127.0.0.1:5890"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue