-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
27 lines (27 loc) · 912 Bytes
/
Copy patheas.json
File metadata and controls
27 lines (27 loc) · 912 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
{
"build": {
"preview": {
"android": {
"buildType": "apk",
"distribution": "internal",
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "https://ggdsooannjuhhwioehxj.supabase.co",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImdnZHNvb2Fubmp1aGh3aW9laHhqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDU4MzE5MjQsImV4cCI6MjA2MTQwNzkyNH0.MhwNj_bra_mcpcsFXbLiI2VvEeY-GbLGrV34yX_2_IQ",
"EXPO_PUBLIC_SUPABASE_STORAGE_URL": "https://ggdsooannjuhhwioehxj.supabase.co/storage/v1/object/public/profile-pictures"
}
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
}
}