Files
6d486f49 1d6207fbfe API Test
2026-08-17 00:45:08 -04:00

13 lines
249 B
JSON

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