Add prefix to sample config
This commit is contained in:
parent
98a6b5adda
commit
aed126482d
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ address: "0.0.0.0"
|
||||||
# The listening port
|
# The listening port
|
||||||
#
|
#
|
||||||
port: "8000"
|
port: "8000"
|
||||||
|
#
|
||||||
|
# The prefix path of the server. Default none
|
||||||
|
#
|
||||||
|
#prefix: "/"
|
||||||
|
|
||||||
# ---------------------------- Transport security ------------------------------
|
# ---------------------------- Transport security ------------------------------
|
||||||
#tls:
|
#tls:
|
||||||
|
|
Loading…
Reference in a new issue