Files
fiscalos/src/FiscalOS.API/appsettings.Example.json
T

19 lines
357 B
JSON
Raw Normal View History

2026-02-01 06:12:25 -06:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppDbContextOptions": {
"DatabaseFilePath": "DatabaseFilePath"
},
"JwtOptions": {
"Audience": "Audience",
"Issuer": "Issuer",
"Secret": "Secret",
"ExpiryInMinutes": "ExpiryInMinutes"
2026-02-01 06:12:25 -06:00
}
}