From 3535002b4aac9f297bdbe112b04f537cef25f5c2 Mon Sep 17 00:00:00 2001 From: Kresnadi Budisantoso Date: Thu, 21 Apr 2022 12:48:52 +0200 Subject: [PATCH] config.yaml online editiert mit Bitbucket --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index ceb12a0..fdb8ae3 100755 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ rabbitmq: storage: backend: $STORAGE_BACKEND|s3 # The type of storage to use {s3, azure} - bucket: $STORAGE_BUCKET|"pyinfra-test-bucket" # The bucket / container to pull files specified in queue requests from + bucket: $STORAGE_BUCKET_NAME|$STORAGE_AZURECONTAINERNAME|"pyinfra-test-bucket" # The bucket / container to pull files specified in queue requests from s3: endpoint: $STORAGE_ENDPOINT|"http://127.0.0.1:9000"