aboutsummaryrefslogtreecommitdiff
path: root/mobile/app.json
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-03-14 17:27:04 +0000
committerGitHub <noreply@github.com>2019-03-14 17:27:04 +0000
commit9137b5aea8c1fbbfe24fa8a6d9beaf47a1d5e84b (patch)
tree18fb6f35b4139ef96e1cab4e620b788619f737bf /mobile/app.json
parent0473a9716e07dc8f9ee7d2190e5f8272473a2de9 (diff)
parentdadc8489761294dc67edc89d553395512c697c40 (diff)
Merge pull request #37 from csc301-winter-2019/setup-prod
Setup prod
Diffstat (limited to 'mobile/app.json')
-rw-r--r--mobile/app.json7
1 files changed, 7 insertions, 0 deletions
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"
+ }
}
}
}