From 2e9856eee59a4976a973e757f89972a51f7c6fef Mon Sep 17 00:00:00 2001 From: reidlab Date: Tue, 31 Oct 2023 19:44:50 -0700 Subject: [PATCH] remove unused stuff again --- config.example.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config.example.toml b/config.example.toml index 677eba0..5c1fc02 100644 --- a/config.example.toml +++ b/config.example.toml @@ -11,16 +11,8 @@ # ^^^^^^^^^^^ # leaving as empty will disable this append_path = "" -# where can your server be accessible (port)? +# where can your server be accessible? port = 8000 -# where can your server be accessible (domain)? -# this is used for patching the executable -# -# example: -# boomlings.com -# localhost:8000 -domain = "localhost:8000" - [accounts] # allow new accounts to be created allow_registration = true