You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mee2/cogs/web/config.toml

14 lines
466 B
TOML

#The webserver plugin cofiguration file.
[webserver]
#This will specify the ip adress of the machine that the server is running on. I would recomend to change it as some pages might 404 if you dont.
ip=0.0.0.0
#The port to listen on.
port=5000
#Section related to security and .key, .crt file locations. Its really recomended to use ssl if you are exposing the web interface to the internet.
[SSL]
userssl=False
crt="certs/certificate.crt"
key="certs/private.key"