17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"EPPlus": {
|
|
"ExcelPackage": {
|
|
"LicenseContext": "Noncommercial" //The license context used
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DatabaseConnection": "Data Source=.\\Local.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|