Update Azure BlobStorage appsettings.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user