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 cron: str
delete: bool delete: bool
credentials: credentials:
username: str username: str?
password: str password: str?
tls: tls:
ssl: bool ssl: bool
certfile: str certfile: str