This commit is contained in:
Tomasi - Developing 2024-09-30 14:50:02 +02:00
parent f7a0e6cf1b
commit ed79851e8b
3 changed files with 3 additions and 18 deletions

4
.gitignore vendored
View File

@ -361,4 +361,6 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/Api/appsettings.json
/Api/appsettings.Development.json

View File

@ -1,8 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@ -1,9 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}