Convert-it/appsettings.json

22 lines
407 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApplicationName": "Convert-It",
"AllowedHosts": "*",
"Serilog": {
"OpenSearchUrl": ""
},
"Ads": {
"Enabled": true,
"Provider": "House",
"GooglePublisherId": "pub-3475956393038764",
"Slots": {
"Top": "0000000000",
"Side": "0000000000"
}
}
}