18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=SessionZeroDb"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"Key": "your-256-bit-secret-key-hereasdgaerfhafebsaerhaerhaerhbaeraerh",
|
|
"Issuer": "YourIssuer",
|
|
"Audience": "YourAudience"
|
|
}
|
|
}
|