fix discrepancy
This commit is contained in:
parent
4c0c0cd9f2
commit
0663b7d4d5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ custom_templates = "templates" # custom templates dir
|
|||
custom_static = "static" # custom static dir
|
||||
# see CUSTOM.md for documentation
|
||||
[http]
|
||||
host = "0.0.0.0" # ip to listen on
|
||||
host = "::" # ip to listen on
|
||||
port = 3000 # port to listen on
|
||||
|
||||
[cache]
|
||||
|
|
Loading…
Reference in a new issue