From 0d8fc89bf575035e533ed077c3878874492320cb Mon Sep 17 00:00:00 2001 From: MotorTruck1221 <73721704+MotorTruck1221@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:09:36 -0700 Subject: [PATCH] Config: seo disabled by default --- config.example.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.example.toml b/config.example.toml index 654e997..91befa4 100644 --- a/config.example.toml +++ b/config.example.toml @@ -3,6 +3,10 @@ enabled = false # Turn on or off the marketplace entirely psk = "CHANGEME" # Change this to something more secure. level = 1 +[seo] +enabled = false +domain = "https://nebulaproxy.io" + [db] name = "database" # Your databsae name username = "username" # The username of your DB (SQLITE just ignores this) @@ -17,7 +21,3 @@ port = 5432 port = 8080 wisp = true logging = true # Disable for the tons & tons of logs to go away (useful for debugging but otherwise eh) - -[seo] -enabled = false -domain =