26 lines
545 B
JSON
26 lines
545 B
JSON
|
|
{
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"Postgres": "Host=localhost;Port=5432;Database=teamup;Username=teamup;Password=teamup"
|
||
|
|
},
|
||
|
|
"Database": {
|
||
|
|
"ApplyMigrationsOnStartup": false
|
||
|
|
},
|
||
|
|
"OpenTelemetry": {
|
||
|
|
"OtlpEndpoint": ""
|
||
|
|
},
|
||
|
|
"Serilog": {
|
||
|
|
"MinimumLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Override": {
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"Enrich": [ "FromLogContext" ],
|
||
|
|
"WriteTo": [
|
||
|
|
{ "Name": "Console" }
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*"
|
||
|
|
}
|