Files
3cx_tapi/server/src/CPATapi.Server/appsettings.json
T
2026-03-19 14:32:14 +01:00

15 lines
250 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Tapi": "",
"ZeitConsens": ""
},
"AllowedHosts": "*"
}