Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 8c4afe1

Browse files
committed
chore: Update config file (sentry and db variables)
1 parent 9756f08 commit 8c4afe1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

config.example.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
[discord]
22
client_id = ""
3-
client_token = ""
3+
client_token = ""
4+
5+
[database]
6+
client = "mysql2"
7+
host = ""
8+
port = "3306"
9+
user = ""
10+
password = ""
11+
schema = ""
12+
13+
[sentry]
14+
dsn = ""

0 commit comments

Comments
 (0)