-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy patheas.json
More file actions
38 lines (38 loc) · 1.01 KB
/
eas.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"cli": {
"version": ">= 3.10.2",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"android": {
"buildType": "app-bundle"
},
"env": {
"MAP_API_KEY":"AIzaSyAdPkGTowU6RANDTH2u1z1Zc2w1xrhmKgI",
"FIREBASE_API_KEY":"AIzaSyDqGKjTtoroaTSBoR2H6w3ZJ14nI5NuBWs",
"AUTH_DOMAIN":"lrda-75cf4.firebaseapp.com",
"PROJECT_ID":"lrda-75cf4",
"STORAGE_BUCKET":"lrda-75cf4.appspot.com",
"MESSAGING_SENDER_ID":"840259501846",
"APP_ID":"1:840259501846:web:7bda1da9535d6f746a1a37",
"MEASUREMENT_ID":"G-Z4NM1MFGPS",
"apiBaseUrl":"https://lived-religion-dev.rerum.io/deer-lr/",
"s3ProxyPrefix":"http://s3-proxy.rerum.io/S3/"
},
"channel": "production"
}
},
"submit": {
"production": {}
}
}