Update API to properly support b2

This commit is contained in:
Inex Code
2021-12-02 18:16:16 +03:00
parent 41cbf0f14e
commit 1ba17b61e7
3 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
enableSwagger = config.services.userdata.api.enableSwagger;
b2AccountId = config.services.userdata.backblaze.accountId;
b2AccountKey = config.services.userdata.backblaze.accountKey;
b2Bucket = config.services.userdata.backblaze.bucket;
resticPassword = config.services.userdata.resticPassword;
};