Files
TicketAppIncrArchi/appsettings.json
2026-04-16 14:21:58 +02:00

13 lines
274 B
JSON

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