diff options
Diffstat (limited to 'ionic.config.json')
| -rw-r--r-- | ionic.config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ionic.config.json b/ionic.config.json index 40dc6930..9ea31b20 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,10 +1,11 @@ { "name": "zmNinja", "app_id": "8f73ad5f", + "defaultBrowser": "google chrome", "proxies": [ { "path": "/zm", - "proxyUrl": "", + "proxyUrl": "http://server/zm", "rejectUnauthorized": false } ], |
