Files
GymLogAI/GymLogAI.Worker/appsettings.Development.json
2026-04-19 13:12:04 +03:00

16 lines
329 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
},
"Worker": {
"BatchSize": 20,
"PollingIntervalSeconds": 10
}
}