Files
doneit-web/ionic.config.json
T

19 lines
379 B
JSON
Raw Normal View History

2020-08-05 15:39:16 +01:00
{
"name": "gabinete-digital",
"integrations": {
2021-11-04 06:39:39 +01:00
"cordova": {},
"capacitor": {}
2020-08-05 15:39:16 +01:00
},
"type": "angular",
2021-11-04 06:39:39 +01:00
"proxies": [
{
"path": "/mfp/api/imfpush/",
"proxyUrl": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api/imfpush/"
},
{
"path": "/mfp/api",
"proxyUrl": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api"
}
]
2020-08-05 15:39:16 +01:00
}