Changed default http-port to 80

This commit is contained in:
Leonetienne 2021-03-03 21:53:38 +01:00
parent 5692712b4e
commit f7e6d8a6e1

View File

@ -32,7 +32,7 @@ bool XGConfig::IsJsonFieldValid(const JsonBlock& json, const std::string key, co
void XGConfig::LoadDefaultValues()
{
httpServer.port = "6969";
httpServer.port = "80";
httpServer.polling_rate = 100;
httpServer.rootdir = "frontend";