All checks were successful
Build and Deploy / deploy (push) Successful in 16s
Change approve endpoint from int to string ticketId to match SilverDESK GUIDs. Remove body parameter requirement so the endpoint works as a webhook target. Add DeveloperTicketParsingService to fetch and parse applicant details from ticket descriptions. Remove redundant ticket status update from ProvisioningService since SilverDESK action engine now handles SetStatus/AddNote/AddReply steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
546 B
JSON
23 lines
546 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SilverDesk": {
|
|
"BaseUrl": "https://silverdesk.silverlabs.uk",
|
|
"ApiKey": "silverdesk-mcp-2025-secure-key"
|
|
},
|
|
"Mattermost": {
|
|
"BaseUrl": "https://ops.silverlined.uk",
|
|
"ApiToken": "ktmfkpxz7ffr5g1imuqg8hm58c"
|
|
},
|
|
"Mailcow": {
|
|
"BaseUrl": "https://mail.silverlined.uk",
|
|
"ApiKey": ""
|
|
},
|
|
"AdminApiKey": "aawb2MHblbfmqdhcS7Xp2/ibQOUbUE1BDoqdJOu0bjM="
|
|
}
|