docs(config): add bind address doc. (#264)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
core:
|
||||
enabled: true # enabale httpd server
|
||||
address: "" # ip address to bind (default: any)
|
||||
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
||||
worker_num: 0 # default worker number is runtime.NumCPU()
|
||||
queue_num: 0 # default queue number is 8192
|
||||
|
||||
Reference in New Issue
Block a user