From dadc8489761294dc67edc89d553395512c697c40 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 13 Mar 2019 22:02:53 -0400 Subject: added evn urls for prod, and mobile --- mobile/app.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mobile/app.json') diff --git a/mobile/app.json b/mobile/app.json index c990fce..d3b1d16 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -27,6 +27,13 @@ }, "android": { "package": "com.yourcompany.yourappname" + }, + "extra": { + "apiUrl": { + "dev": "http://192.168.0.20:3000/mobilerequest", + "staging": "https://helpthehome-qa.herokuapp.com/mobilerequest", + "prod": "https://helpthehome-prod.herokuapp.com/mobilerequest" + } } } } -- cgit v1.2.3