pur hostname in quotes because yaml...
This commit is contained in:
parent
a109893392
commit
f43ad0e064
@ -24,7 +24,7 @@ appservice:
|
|||||||
address: http://{{getenv "HOSTNAME"}}:29318
|
address: http://{{getenv "HOSTNAME"}}:29318
|
||||||
|
|
||||||
# The hostname and port where this appservice should listen.
|
# The hostname and port where this appservice should listen.
|
||||||
hostname: [::]
|
hostname: "[::]"
|
||||||
port: 29318
|
port: 29318
|
||||||
|
|
||||||
# Database config.
|
# Database config.
|
||||||
|
Loading…
Reference in New Issue
Block a user