Merge pull request #16 from openHPI/hostname_hint

Specify usage of hostnames in the config
This commit is contained in:
Sebastian Serth
2021-10-21 10:49:09 +02:00
committed by GitHub

View File

@ -1,6 +1,7 @@
# Configuration of the Poseidon webserver
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
# Port on which the webserver listens
port: 7200