19 lines
511 B
JSON
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": "*"
|
|
}
|