pur hostname in quotes because yaml...
This commit is contained in:
parent
a109893392
commit
f43ad0e064
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue