-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
43 lines (43 loc) · 1.12 KB
/
eas.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"cli": {
"version": ">= 18.0.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development",
"env": {
"EXPO_PUBLIC_BACKEND_API_URL": "https://paycheck.duckdns.org",
"EXPO_PUBLIC_APP_ENV": "development",
"EXPO_PUBLIC_KAKAO_NATIVE_APP_KEY": "664c635b87b1c370d812bfdef853b66d"
}
},
"preview": {
"distribution": "internal",
"channel": "preview",
"env": {
"EXPO_PUBLIC_BACKEND_API_URL": "https://paycheck.duckdns.org",
"EXPO_PUBLIC_APP_ENV": "staging",
"EXPO_PUBLIC_KAKAO_NATIVE_APP_KEY": "664c635b87b1c370d812bfdef853b66d"
}
},
"production": {
"autoIncrement": true,
"channel": "production",
"env": {
"EXPO_PUBLIC_BACKEND_API_URL": "https://paycheck.duckdns.org",
"EXPO_PUBLIC_APP_ENV": "production",
"EXPO_PUBLIC_KAKAO_NATIVE_APP_KEY": "664c635b87b1c370d812bfdef853b66d"
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6760436915"
}
}
}
}