From da37e42653587700053aeab958ed3c78f3e29540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 25 Nov 2024 14:23:32 +0100 Subject: [PATCH] remove the azure blob storage config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- app-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 456fd17974..64c2fa5c4c 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -222,15 +222,15 @@ integrations: # username: ${BITBUCKET_SERVER_USERNAME} # appPassword: ${BITBUCKET_SERVER_APP_PASSWORD} - azureBlobStorage: - - accountName: ${ACCOUNT_NAME} # required - endpoint: ${CUSTOM_ENDPOINT} # custom endpoint will require either aadCredentials or sasToken - sasToken: ${SAS_TOKEN} - aadCredential: - clientId: ${CLIENT_ID} - tenantId: ${TENANT_ID} - clientSecret: ${CLIENT_SECRET} - accountKey: ${ACCOUNT_KEY} + # azureBlobStorage: + # - accountName: ${ACCOUNT_NAME} # required + # endpoint: ${CUSTOM_ENDPOINT} # custom endpoint will require either aadCredentials or sasToken + # sasToken: ${SAS_TOKEN} + # aadCredential: + # clientId: ${CLIENT_ID} + # tenantId: ${TENANT_ID} + # clientSecret: ${CLIENT_SECRET} + # accountKey: ${ACCOUNT_KEY} azure: - host: dev.azure.com