fifoapi/api/appsettings.Development.json
2023-03-07 14:45:31 +01:00

12 lines
185 B
JSON

{
"AppSettings": {
"Token": "SomeTokenInHere"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}