This commit is contained in:
Chris
2026-04-07 20:35:53 +02:00
parent a0e60d2a4d
commit 947b34ad13
212 changed files with 0 additions and 0 deletions

15
5/appsettings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"Database": {
"Provider": "Postgres"
},
"ConnectionStrings": {
"DefaultConnection": "Host=db;Port=5432;Database=db;Username=user;Password=password"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}