AspNetCore.Docs.Samples/tutorials/scalable-razor-apps/start/appsettings.json

15 lines
382 B
JSON

{
"GitHubURL": "https://api.github.com",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AzureURIs": {
"BlobStorage": "https://<storage-account-name>.blob.core.windows.net/<container-name>/keys.xml",
"KeyVault": "https://<key-vault-name>.vault.azure.net/keys/<key-name>/"
}
}