19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AzureStorage": {
|
|
"ConnectionString": "",
|
|
"ContainerName": "shorts",
|
|
"StorageAccountName": "",
|
|
"StorageAccountKey": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"sql": ""
|
|
}
|
|
}
|