Files
ChronoCCG/Chrono/Server/appsettings.Development.json
T
2026-06-18 18:35:56 -04:00

12 lines
243 B
JSON

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