Files
vtuber-awards/Backend/appsettings.Development.json
T
2026-06-17 11:35:45 +02:00

12 lines
260 B
JSON

{
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5433;Database=vtuber_star_awards_dev;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}