forked from p53841790/wheat-cache
feat(conf): update conf
This commit is contained in:
parent
b91966709b
commit
c867665b60
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue