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

15 lines
250 B
JSON
Raw Normal View History

2026-03-18 11:27:11 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2026-03-19 13:35:53 +01:00
"ConnectionStrings": {
"Tapi": "",
"ZeitConsens": ""
2026-03-18 11:27:11 +01:00
},
"AllowedHosts": "*"
}