Adjustments of copied control-names etc

This commit is contained in:
2023-08-27 22:00:11 +02:00
parent 374d401692
commit aef30274b2
8 changed files with 63 additions and 20 deletions

View File

@ -1,11 +1,16 @@
{
"EPPlus": {
"ExcelPackage": {
"LicenseContext": "Noncommercial" //The license context used
}
},
"ConnectionStrings": {
"DatabaseConnection": "Data Source=.\\Local.db"
},
"Logging": {
"LogLevel": {
"Default" : "Warning"
"Default": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*"
}