Fixing the default host on docs
This commit is contained in:
parent
cb2eea0e41
commit
922ba5d0ea
|
@ -497,7 +497,7 @@ excerpt_separator: "\n\n"
|
|||
# Serving
|
||||
detach: false
|
||||
port: 4000
|
||||
host: 0.0.0.0
|
||||
host: 127.0.0.1
|
||||
baseurl: "" # does not include hostname
|
||||
|
||||
# Backwards-compatibility
|
||||
|
|
Loading…
Reference in New Issue