Major bug fix

This commit is contained in:
Avad3 2025-02-07 17:01:54 -05:00 committed by GitHub
parent 14e1f1f935
commit b80f4bd053
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)