Specify usage of hostnames in the config

This commit is contained in:
Sebastian Serth
2021-10-21 10:07:33 +02:00
parent 71cf21abce
commit cb20ba6caa

View File

@ -1,6 +1,7 @@
# Configuration of the Poseidon webserver # Configuration of the Poseidon webserver
server: server:
# Address on which the webserver listens # Address or hostname on which the webserver listens
# If a hostname is specified, the server might listen on only one of the resolved IPv4 or IPv6 addresses
address: 127.0.0.1 address: 127.0.0.1
# Port on which the webserver listens # Port on which the webserver listens
port: 7200 port: 7200