-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy patheas.json
35 lines (35 loc) · 848 Bytes
/
eas.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
{
"cli": {
"version": ">= 10.2.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"env": {
"EXPO_PUBLIC_FOLLOW_API_URL": "https://api.follow.is",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://app.follow.is/login",
"EXPO_PUBLIC_IMGPROXY_URL": "https://thumbor.follow.is"
}
},
"production": {
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_FOLLOW_API_URL": "https://api.follow.is",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://app.follow.is/login",
"EXPO_PUBLIC_IMGPROXY_URL": "https://thumbor.follow.is"
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6605925412"
}
}
}
}