Files
OfflineDemoAppStart/OfflineDemoApi/appsettings.json
2025-06-29 08:47:52 +02:00

19 lines
328 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AzureStorage": {
"ConnectionString": "",
"ContainerName": "shorts",
"StorageAccountName": "",
"StorageAccountKey": ""
},
"ConnectionStrings": {
"sql": ""
}
}