inicio bases

This commit is contained in:
2025-09-01 22:25:21 +02:00
parent 152904671a
commit 895e40edc0
12 changed files with 282 additions and 0 deletions

9
back/appsettings.json Normal file
View File

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