Files
Teamup/src/Hosts/TeamUp.Worker/appsettings.json
T

24 lines
479 B
JSON
Raw Normal View History

2026-06-09 06:41:28 +03:30
{
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=teamup;Username=teamup;Password=teamup"
},
"Database": {
"ApplyMigrationsOnStartup": false
},
"OpenTelemetry": {
"OtlpEndpoint": ""
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"Enrich": [ "FromLogContext" ],
"WriteTo": [
{ "Name": "Console" }
]
}
}