-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
33 lines (33 loc) · 1.08 KB
/
eas.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"cli": {
"version": ">= 14.2.0",
"appVersionSource": "remote",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"SUPABASE_URL": "https://tuivwlhwwrtboaprxtit.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InR1aXZ3bGh3d3J0Ym9hcHJ4dGl0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcwMzg5NTgsImV4cCI6MjA2MjYxNDk1OH0.BMI9h1Wubzsl_LP1sZ4AwWHez-uK5rhVWt6KwRfcBUI"
}
},
"production": {
"autoIncrement": true,
"env": {
"SUPABASE_URL": "https://tuivwlhwwrtboaprxtit.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InR1aXZ3bGh3d3J0Ym9hcHJ4dGl0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcwMzg5NTgsImV4cCI6MjA2MjYxNDk1OH0.BMI9h1Wubzsl_LP1sZ4AwWHez-uK5rhVWt6KwRfcBUI"
}
}
},
"submit": {
"production": {}
}
}