fix: fix easyauth to use individual passwords
This commit is contained in:
parent
cf5041d5a3
commit
cae87ddc0e
5 changed files with 39 additions and 5 deletions
11
configs/easyauth-storage.conf
Normal file
11
configs/easyauth-storage.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## ##
|
||||
## EasyAuth ##
|
||||
## Storage Configuration ##
|
||||
## ##
|
||||
|
||||
database-type = "sqlite"
|
||||
|
||||
sqlite {
|
||||
sqlite-path = "EasyAuth/easyauth.db"
|
||||
sqlite-table = "easyauth"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue