Revised Gateway
All checks were successful
Gateway / build-deploy (push) Successful in 2m34s

This commit is contained in:
Grae Jones
2026-03-22 07:50:04 -07:00
parent 866ab983c5
commit 8de463cd17
5 changed files with 38 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ public class ImageStorageService
_logger = logger;
_blobClient = blobClient;
_containerName = config["BlobStorage:ContainerName"] ?? "creative-images";
_blobBaseUrl = config["BlobStorage:BaseUrl"] ?? "https://usimadpcreatives.blob.core.windows.net";
_blobBaseUrl = config["BlobStorage:BaseUrl"] ?? string.Empty;
_isConfigured = blobClient != null;
if (!_isConfigured)