Files
mokocrm-mcp/config.example.json

19 lines
384 B
JSON

{
"defaultConnection": "production",
"connections": {
"local-dev": {
"baseUrl": "https://localhost:8080",
"apiKey": "your-api-key-here",
"insecure": true
},
"production": {
"baseUrl": "https://api.example.com",
"apiKey": "your-production-api-key"
},
"staging": {
"baseUrl": "https://api-staging.example.com",
"apiKey": "your-staging-api-key"
}
}
}