mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-05-04 16:41:37 +00:00
Allow configuring the bind host address and port.
This commit is contained in:
parent
6dfceea6a0
commit
70c95f4b63
2 changed files with 16 additions and 1 deletions
|
|
@ -4,3 +4,14 @@
|
|||
|
||||
# A URL that this site can be accessed on. Do not include a trailing slash.
|
||||
website_origin = "http://example.com:3000"
|
||||
|
||||
|
||||
# ==============================
|
||||
# These settings are optional.
|
||||
# ==============================
|
||||
|
||||
# The address of the interface to bind to.
|
||||
#bind_host = "0.0.0.0"
|
||||
|
||||
# The port to bind to.
|
||||
#bind_port = 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue