21 lines
364 B
JSON
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": ""
|
|
}
|
|
}
|