réparage

This commit is contained in:
2025-10-02 16:25:02 +02:00
parent c16eba0882
commit 4a0d74b34d
27 changed files with 937 additions and 0 deletions

9
PF3/appsettings.json Normal file
View File

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