-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
29 lines (29 loc) · 857 Bytes
/
Copy patheas.json
File metadata and controls
29 lines (29 loc) · 857 Bytes
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
{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": { "buildType": "apk" }
},
"preview": {
"distribution": "internal",
"channel": "preview",
"android": { "buildType": "apk" },
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "https://nnurxnjpwplyobfykoxm.supabase.co",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im5udXJ4bmpwd3BseW9iZnlrb3htIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzYxNzM1OTcsImV4cCI6MjA5MTc0OTU5N30.MwrLd3EgboZgoJ-JksuRRPE3Y5Zfr2OcWW2JYapjjtg"
}
},
"production": {
"channel": "production",
"android": { "buildType": "app-bundle" }
}
},
"submit": {
"production": {}
}
}