Merge pull request #301 from Avad3/patch-1

Major bug fix
This commit is contained in:
rifting 2025-02-07 16:33:41 -06:00 committed by GitHub
commit 77dbccfc7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)