Files
3cx_tapi/server/src/CPATapi.Server/appsettings.json
T

17 lines
286 B
JSON
Raw Normal View History

2026-03-18 11:27:11 +01:00
{
2026-03-19 14:31:05 +01:00
"Serilog": {
"MinimumLevel": {
2026-03-18 11:27:11 +01:00
"Default": "Information",
2026-03-19 14:31:05 +01:00
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
2026-03-18 11:27:11 +01:00
}
},
2026-03-19 13:35:53 +01:00
"ConnectionStrings": {
"Tapi": "",
"ZeitConsens": ""
2026-03-18 11:27:11 +01:00
},
"AllowedHosts": "*"
}