scoreboard-api/Server/appsettings.Development.json

17 lines
384 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Filename=./Scoreboard-SQLite.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Jwt": {
"Key": "W{H)QNdxz2.pES&8VpCT_iGchNCpJqV?iDc=Sx(dAM@{nh+%*ge-]%V[BRq$]rDd",
"Issuer": "https://localhost:7248",
"Audience": "https://localhost:7248"
}
}