skantravels/API/appsettings.example.json
Alexandertp 4d39e40648 Remove appsettings from git
Co-authored-by: Reimar <mail@reim.ar>
2024-09-10 15:46:15 +02:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}