ionic.config.json 217 B

123456789101112
  1. {
  2. "name": "odoo-mobile-v3",
  3. "app_id": "",
  4. "v2": true,
  5. "typescript": true,
  6. "proxies": [
  7. {
  8. "path": "/",
  9. "proxyUrl": "http://192.168.88.123:8069/"
  10. }
  11. ]
  12. }