-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
37 lines (37 loc) · 1.09 KB
/
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
36
37
{
"cli": {
"version": ">= 5.9.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"env": {
"EXPO_BANNER": "ca-app-pub-8789796567862358/4018558447",
"EXPO_INTERSTITIAL": "ca-app-pub-8789796567862358/1807328074",
"EXPO_RECOMPESADO": "ca-app-pub-8789796567862358/7519207763",
"EXPO_STORAGE": "user_game_storage",
"EXPO_HOST": "http://192.168.0.5:4500",
"EXPO_HOST_PROD": "https://servergeographyargentina-production.up.railway.app"
}
},
"test": {
"env": {
"EXPO_BANNER": "ca-app-pub-8789796567862358/4018558447",
"EXPO_INTERSTITIAL": "ca-app-pub-8789796567862358/1807328074",
"EXPO_RECOMPESADO": "ca-app-pub-8789796567862358/7519207763",
"EXPO_STORAGE": "user_game_storage",
"EXPO_HOST": "http://192.168.0.5:4500",
"EXPO_HOST_PROD": "https://servergeographyargentina-production.up.railway.app"
}
}
},
"submit": {
"production": {}
}
}