ionic.config.json 198 B

123456789101112
  1. {
  2. "name": "odoo-mobile-v3",
  3. "app_id": "",
  4. "proxies": [
  5. {
  6. "path": "/",
  7. "proxyUrl": "http://127.0.0.1:8069/"
  8. }
  9. ],
  10. "type": "ionic-angular"
  11. }