From 5c2a1d6246705bbb66087abcfeda8e96299e24b6 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 30 Jun 2023 18:43:26 -0700 Subject: [PATCH] Cleanup old settings file --- settings.toml-bak | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 settings.toml-bak diff --git a/settings.toml-bak b/settings.toml-bak deleted file mode 100644 index 956fdb4..0000000 --- a/settings.toml-bak +++ /dev/null @@ -1,19 +0,0 @@ -WebsiteURL = "http://localhost:8080" -Title = "BareRTC" -Branding = "BareRTC" - -[JWT] - Enabled = false - Strict = false - SecretKey = "hello" - -[[PublicChannels]] - ID = "lobby" - Name = "Lobby" - Icon = "fa fa-gavel" - WelcomeMessages = ["Welcome to the chat server!", "Please follow the basic rules:\n\n1. Have fun\n2. Be kind"] - -[[PublicChannels]] - ID = "offtopic" - Name = "Off Topic" - WelcomeMessages = ["Welcome to the Off Topic channel!"]