Csharp-API-Template/appsettings.json
2024-10-08 13:29:54 +02:00

18 lines
313 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "YOUR_KEY",
"Issuer": "YOUR_ISSUER",
"Audience": "YOUR_AUDIENCE"
},
"ConnectionStrings": {
"DATABASE": "YOUR_CONNECTION_STRING"
}
}