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

13 lines
217 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"
}
}