From b80f4bd05365c750cfa58089714dbf6138038db2 Mon Sep 17 00:00:00 2001 From: Avad3 <65318266+Avad3@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:01:54 -0500 Subject: [PATCH] Major bug fix --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 91befa4..ca9c625 100644 --- a/config.example.toml +++ b/config.example.toml @@ -8,7 +8,7 @@ enabled = false domain = "https://nebulaproxy.io" [db] -name = "database" # Your databsae name +name = "database" # Your database name username = "username" # The username of your DB (SQLITE just ignores this) password = "password" # The password to your DB (SQLITE ignores this) postgres = false # Enable to use postgres over sqlite (recommended for large prod instances)