pur hostname in quotes because yaml...

This commit is contained in:
Sebastian Hugentobler 2023-03-30 10:48:55 +02:00
parent a109893392
commit f43ad0e064
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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.