LANCommander/appsettings.json
2023-01-02 15:44:04 -06:00

12 lines
240 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=LANCommander.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}