Make username and password optional in config too

This commit is contained in:
ViViDboarder 2023-12-07 09:46:09 -08:00
parent 061d88d8af
commit eff14aa6cc
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ schema:
cron: str
delete: bool
credentials:
username: str
password: str
username: str?
password: str?
tls:
ssl: bool
certfile: str