-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathionic.config.json
62 lines (62 loc) · 1.17 KB
/
ionic.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "civil-connect-solutions",
"app_id": "au.com.civilconnect.app",
"gulpStartupTasks": [
"sass",
"js",
"watch"
],
"watchPatterns": [
"www/css/*"
],
"proxies": [
{
"path": "/api",
"proxyUrl": "http://www.civilconnectapp.com.au/api"
},
{
"path": "/app",
"proxyUrl": "http://localhost:7100/app"
},
{
"path": "/nav",
"proxyUrl": "http://localhost:7100/nav"
},
{
"path": "/id",
"proxyUrl": "http://localhost:7100/id"
},
{
"path": "/gps",
"proxyUrl": "http://localhost:7100/gps"
},
{
"path": "/http",
"proxyUrl": "http://localhost:7100/http"
},
{
"path": "/promise",
"proxyUrl": "http://localhost:7100/promise"
},
{
"path": "/apiDataMgr",
"proxyUrl": "http://localhost:7100/apiDataMgr"
},
{
"path": "/memory",
"proxyUrl": "http://localhost:7100/memory"
},
{
"path": "/dialog",
"proxyUrl": "http://localhost:7100/dialog"
},
{
"path": "/map",
"proxyUrl": "http://localhost:7100/map"
}
],
"integrations": {
"cordova": {}
},
"type": "ionic1"
}