Update Azure BlobStorage appsettings.

This commit is contained in:
2025-04-09 20:37:53 -04:00
parent 46b1dae2ad
commit ef9ff2b90f
5 changed files with 75 additions and 21 deletions

View File

@@ -8,9 +8,15 @@
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"AzureBlob": "DefaultEndpointsProtocol=https;AccountName=hutopystorage;AccountKey=+3LZ3fgVvsOtaM9iYcsUhSyT2GZT4I6AQegE1FyIqr8NMv5Qa4Fm8GspckP/DCFN3jbFI8TnTLXY+AStWjvCkg==;EndpointSuffix=core.windows.net"
},
"Authentication": {
"Jwt": {
"Lifetime": "00:30:00"
"Lifetime": "00:30:00",
"Audience": "hutopy",
"Issuer": "https://auth.hutopy.com",
"Key": "b2df428b9929d3ace7c598bbf4e496b2f0b71ab3cd4f94540356cfc35b000000"
}
},
"Contents": {