Add db support (W.I.P.), cookie.py and removed UseSASL requirement.

This commit is contained in:
Yuuki Chan 2024-02-19 18:26:40 +09:00
parent a3312cffda
commit 3ca7e9cf36
6 changed files with 111 additions and 2 deletions

View file

@ -14,5 +14,8 @@
},
"Logging": {
"Console": true
},
"Database": {
"ConnectionString": "mysql://user:password@host:port/database"
}
}