OnProfNext/OnProfNext.Server/bin/Debug/net9.0/appsettings.json
2025-10-14 12:57:40 +02:00

19 lines
511 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=OnProfNextDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
},
"Jwt": {
"Key": "SuperSecretDevKeyForLocalUseOnlyChangeMe",
"Issuer": "OnProfNext",
"Audience": "OnProfNextClient",
"ExpireMinutes": 60
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}