Files

17 lines
330 B
JSON
Raw Permalink Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "${JWT_SECRET_KEY}",
"Issuer": "RacePlannerApi",
"Audience": "RacePlannerClient"
},
"ConnectionStrings": {
"DefaultConnection": "${DATABASE_URL}"
}
}