Ajoutez des fichiers projet.

This commit is contained in:
taywon18
2024-09-19 22:06:37 +02:00
parent 7420a47dc6
commit 70fe271ba4
39 changed files with 1605 additions and 0 deletions

9
Tagger/appsettings.json Normal file
View File

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