-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
47 lines (47 loc) · 1.32 KB
/
eas.json
File metadata and controls
47 lines (47 loc) · 1.32 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
45
46
47
{
"cli": {
"version": ">= 5.5.0"
},
"build": {
"development": {
"android": {
"buildType": "apk",
"developmentClient": true
},
"env": {
"EXPO_PUBLIC_API_URL": "http://192.168.0.15",
"EXPO_PUBLIC_API_USUARIO_PORT": "3001",
"EXPO_PUBLIC_API_FORUM_PORT": "3002",
"EXPO_PUBLIC_API_SAUDE_PORT": "3003",
"EXPO_PUBLIC_JWT_TOKEN_SECRET": "f57d8cc37a35a8051aa97b5ec8506a2ac479e81f82aed9de975a0cb90b903044"
}
},
"preview": {
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "http://192.168.0.15",
"EXPO_PUBLIC_API_USUARIO_PORT": "3001",
"EXPO_PUBLIC_API_FORUM_PORT": "3002",
"EXPO_PUBLIC_API_SAUDE_PORT": "3003",
"EXPO_PUBLIC_JWT_TOKEN_SECRET": "f57d8cc37a35a8051aa97b5ec8506a2ac479e81f82aed9de975a0cb90b903044"
}
},
"production": {
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "http://192.168.0.15",
"EXPO_PUBLIC_API_USUARIO_PORT": "3001",
"EXPO_PUBLIC_API_FORUM_PORT": "3002",
"EXPO_PUBLIC_API_SAUDE_PORT": "3003",
"EXPO_PUBLIC_JWT_TOKEN_SECRET": "f57d8cc37a35a8051aa97b5ec8506a2ac479e81f82aed9de975a0cb90b903044"
}
}
},
"submit": {
"production": {}
}
}