Files
TimetableDesigner.Backend.S…/TimetableDesigner.API.Services.Authentication/appsettings.json

13 lines
312 B
JSON
Raw Normal View History

2025-09-24 19:36:28 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Database": "Host=localhost;Port=5433;Database=ttd_authentication;Username=postgres;Password=l4JxOIuSoyod86N;Include Error Detail=True"
}
}