fix(cfg/dev): listen at local sock
This commit is contained in:
parent
80d54f42a1
commit
4f388d1a11
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ secrets:
|
|||
tokenSecret: ""
|
||||
server:
|
||||
debug: true
|
||||
host: "0.0.0.0"
|
||||
host: "127.0.0.1"
|
||||
port: 8686
|
||||
readTimeout: 2000
|
||||
writerTimeout: 86400000 # 1 day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue