-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
44 lines (44 loc) · 1.6 KB
/
Copy patheas.json
File metadata and controls
44 lines (44 loc) · 1.6 KB
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
{
"cli": {
"version": ">= 5.4.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"env": {
"EXPO_PUBLIC_BASE_URL": "http://192.168.1.221:5006/api",
"EXPO_PUBLIC_IOS_OAUTH_CLIENT_ID": "688879209449-6m9ojfpgapdlnolr98a0tbg20oc1il61.apps.googleusercontent.com",
"EXPO_PUBLIC_ANDROID_OAUTH_CLIENT_ID": "688879209449-da0qoaq0q1vlprcpi4dto4dp7uedlucu.apps.googleusercontent.com",
"EXPO_PUBLIC_DEEP_LINK_BASE_URL": "https://thefoodiestaging.app"
}
},
"development-device": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_BASE_URL": "http://192.168.1.221:5006/api",
"EXPO_PUBLIC_IOS_OAUTH_CLIENT_ID": "688879209449-6m9ojfpgapdlnolr98a0tbg20oc1il61.apps.googleusercontent.com",
"EXPO_PUBLIC_ANDROID_OAUTH_CLIENT_ID": "688879209449-da0qoaq0q1vlprcpi4dto4dp7uedlucu.apps.googleusercontent.com",
"EXPO_PUBLIC_DEEP_LINK_BASE_URL": "https://thefoodiestaging.app"
}
},
"production": {
"env": {
"EXPO_PUBLIC_BASE_URL": "https://api.thefoodie.app/api",
"EXPO_PUBLIC_IOS_OAUTH_CLIENT_ID": "688879209449-6m9ojfpgapdlnolr98a0tbg20oc1il61.apps.googleusercontent.com",
"EXPO_PUBLIC_ANDROID_OAUTH_CLIENT_ID": "688879209449-da0qoaq0q1vlprcpi4dto4dp7uedlucu.apps.googleusercontent.com",
"EXPO_PUBLIC_DEEP_LINK_BASE_URL": "https://thefoodie.app"
},
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"production": {}
}
}