local.example.json 637 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "mcp": {
  3. "enabled": true,
  4. "host": "127.0.0.1",
  5. "port": 8765,
  6. "path": "/mcp",
  7. "authToken": "",
  8. "allowExternal": false
  9. },
  10. "desktopConfigPath": "",
  11. "environmentName": "test-gateway",
  12. "baseUrl": "http://192.168.1.242:8080",
  13. "tenantCode": "zswl",
  14. "tenantDomain": "192.168.0.11",
  15. "database": {
  16. "enabled": true,
  17. "host": "192.168.1.242",
  18. "port": 3306,
  19. "database": "smqjh_pms",
  20. "username": "",
  21. "password": ""
  22. },
  23. "deepSeek": {
  24. "enabled": true,
  25. "baseURL": "https://api.deepseek.com",
  26. "apiKey": "",
  27. "model": "deepseek-v4-pro",
  28. "reasoningEffort": "high"
  29. }
  30. }