Files
Auth.jwt/appsettings.json

11 lines
134 B
JSON

{
"AppSettings": {
"Secret": "sdfsdf"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
}
}