Files
Knots/Knots/appsettings.json
T
2026-06-10 11:48:49 +02:00

16 lines
264 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "QmwiaGBl2FG8LtECB9c5x9t6637Aknw3KQcggKkeuh0",
"Issuer": "knots",
"Audience": "knots"
}
}