Refactored azureBlobStorage, changelog, techdocs-backend config
Signed-off-by: titanventura <aswath7862001@gmail.com>
This commit is contained in:
Vendored
+6
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user