Add developer application page with form submission that creates tickets in SilverDESK. Includes provisioning service scaffolding for Mattermost, Mailcow, and Gitea account creation. Fixes API key header casing (X-API-Key) and ticket payload to match SilverDESK's CreateTicketDto contract. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
502 B
JSON
23 lines
502 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": ""
|
|
}
|