Skip to content

Commit 77dbccf

Browse files
authored
Merge pull request #301 from Avad3/patch-1
Major bug fix
2 parents 14e1f1f + b80f4bd commit 77dbccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enabled = false
88
domain = "https://nebulaproxy.io"
99

1010
[db]
11-
name = "database" # Your databsae name
11+
name = "database" # Your database name
1212
username = "username" # The username of your DB (SQLITE just ignores this)
1313
password = "password" # The password to your DB (SQLITE ignores this)
1414
postgres = false # Enable to use postgres over sqlite (recommended for large prod instances)

0 commit comments

Comments
 (0)