Refactored azureBlobStorage, changelog, techdocs-backend config

Signed-off-by: titanventura <aswath7862001@gmail.com>
This commit is contained in:
titanventura
2023-08-22 23:22:37 +05:30
parent b8c7850c7b
commit c258bd395f
3 changed files with 41 additions and 104 deletions
+6 -1
View File
@@ -198,7 +198,12 @@ export interface Config {
*/
azureBlobStorage?: {
/**
* (Required) Credentials used to access a storage container.
* (Optional) Connection string of the storage container.
* @visibility secret
*/
connectionString: string;
/**
* (Optional) Credentials used to access a storage container.
* @visibility secret
*/
credentials: {