From d613e53de90fac52aa09b9763a27eccfb24aec06 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 00:17:05 -0700 Subject: [PATCH] Remove the webserver section of the server config --- server/template.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/template.toml b/server/template.toml index 06f4f51..c0297f4 100644 --- a/server/template.toml +++ b/server/template.toml @@ -47,14 +47,6 @@ column = 0 fingerprint = '' -[webserver] -# whether or not to enable the integrated webserver. -enabled = false - -# The port the web server should run on -port = 8080 - - [websocket] # The port the websocket server should run on. This must also be duplicated # into the `main.js` file within the `web` folder so that the client attempts