From 94f8da69157285db5f581227a5126c80b2af273a Mon Sep 17 00:00:00 2001 From: Peter Li Date: Tue, 3 Feb 2026 07:58:28 -0800 Subject: [PATCH] removed config.json --- config.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 6462b27..0000000 --- a/config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "port": 3001, - "musicDir": "/home/sear/music", - "allowGuests": true, - "defaultPermissions": { - "channel": ["listen", "control"] - } -}