integration-config-prod.json 412 B

123456789101112131415161718192021
  1. {
  2. "common": {
  3. "dataCenter": "",
  4. "locale": "L2",
  5. "mobileBosUrl": "https://mbos.kdeascloud.com",
  6. "shrServerName": "https://shr.gooeto.com:8043"
  7. },
  8. "oauth": {
  9. "redirect": {
  10. "enabledAllowed": false,
  11. "allowedPrefixes": [
  12. "https://shr.gooeto.com:8043/",
  13. "https://mbos.kdeascloud.com/"
  14. ]
  15. },
  16. "apps": []
  17. },
  18. "openApi": {
  19. "enableAuth": true
  20. }
  21. }