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