Allow end user to configure what ports to listen on

This commit is contained in:
loki
2021-06-30 15:25:08 +02:00
parent 8bf4ade9d8
commit beb6bdfadb
19 changed files with 149 additions and 69 deletions

View File

@@ -14,7 +14,8 @@
namespace confighttp {
constexpr auto PORT_HTTPS = 1;
void start();
}
} // namespace confighttp
#endif //SUNSHINE_CONFIGHTTP_H