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

15 lines
255 B
JSON
Raw Normal View History

2026-03-18 11:27:11 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Db": {
"ConnectionString": "",
"ConnectionStringZc": ""
},
"AllowedHosts": "*"
}