fix: fix easyauth to use individual passwords

This commit is contained in:
Jet 2026-03-15 17:49:17 -07:00
parent cf5041d5a3
commit cae87ddc0e
No known key found for this signature in database
5 changed files with 39 additions and 5 deletions

View file

@ -0,0 +1,11 @@
## ##
## EasyAuth ##
## Storage Configuration ##
## ##
database-type = "sqlite"
sqlite {
sqlite-path = "EasyAuth/easyauth.db"
sqlite-table = "easyauth"
}