-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
34 lines (34 loc) · 928 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
{
"cli": {
"version": ">= 10.2.4"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_BACKEND_URL": "http://192.168.20.28:8000",
"EXPO_PROJECT_ID": "4025cfaa-d740-4600-af2a-6fe40f79fc67",
"ADMOB_ID": "ca-app-pub-3984939241340358~1304321964"
}
},
"preview": {
"distribution": "internal",
"env": {
"EXPO_PUBLIC_BACKEND_URL": "http://192.168.20.28:8000",
"EXPO_PROJECT_ID": "4025cfaa-d740-4600-af2a-6fe40f79fc67",
"ADMOB_ID": "ca-app-pub-3984939241340358~1304321964"
}
},
"production": {
"env": {
"EXPO_PUBLIC_BACKEND_URL": "https://imagereminder.top",
"EXPO_PROJECT_ID": "4025cfaa-d740-4600-af2a-6fe40f79fc67",
"ADMOB_ID": "ca-app-pub-3984939241340358~1304321964"
}
}
},
"submit": {
"production": {}
}
}