integration-config-prod.json 418 B

1234567891011121314151617181920212223
  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. },
  19. "openApi": {
  20. "enableAuth": true
  21. }
  22. }