Files
Website/BlazorApp/appsettings.json
SysAdmin 008ca7f65d
All checks were successful
Build and Deploy / deploy (push) Successful in 18s
fix(developers): configure Mailcow API key and fix password2 field
Add the Mailcow read/write API key so mailbox provisioning actually
authenticates. Also set password2 to match password as required by
the Mailcow API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:49:36 +00:00

23 lines
580 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": "2A21AA-47E4E5-46DD62-A650F0-BC7566"
},
"AdminApiKey": "aawb2MHblbfmqdhcS7Xp2/ibQOUbUE1BDoqdJOu0bjM="
}