elsa-core/samples/aspnet/Elsa.Samples.AspNet.TelnyxIntegration/appsettings.json
2024-02-02 20:01:14 +02:00

21 lines
364 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*",
"Identity": {
"CreateDefaultAdmin": true,
"Tokens": {
"SigningKey": "secret-signing-key"
}
},
"Telnyx": {
"ApiKey": "",
"CallControlAppId": ""
}
}