Files
Yatzy/YatzyGame/appsettings.json
2025-08-14 08:35:04 +02:00

13 lines
268 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=yatzy_db;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}