Skip to content

Commit

Permalink
Slight tweaking to test deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
noremacskich committed Sep 22, 2024
1 parent 6e68761 commit fca2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ExpressedRealms.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
builder.Host.UseSerilog();

// Since we are in a container, we need to keep track of the data keys manually
string blobStorageEndpoint = Environment.GetEnvironmentVariable("AZURE_STORAGEBLOB_RESOURCEENDPOINT") ?? "";
var blobStorageEndpoint = Environment.GetEnvironmentVariable("AZURE_STORAGEBLOB_RESOURCEENDPOINT") ?? "";
if (!string.IsNullOrEmpty(blobStorageEndpoint))
{
builder.Services.AddDataProtection()
Expand Down

0 comments on commit fca2bb1

Please sign in to comment.