forked from DanielFatec1911/ASAC
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patheas.json
More file actions
26 lines (26 loc) · 794 Bytes
/
eas.json
File metadata and controls
26 lines (26 loc) · 794 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
{
"cli": {
"version": ">= 7.6.0",
"appVersionSource": "remote"
},
"build": {
"production": {
"android": {
"buildType": "apk"
},
"env": {
"AWS_PROJECT_REGION": "us-east-1",
"AWS_APPSYNC_GRAPHQL_ENDPOINT": "https://izr4ayivprhodgqzf3gm6ijwh4.appsync-api.us-east-1.amazonaws.com/graphql",
"AWS_APPSYNC_AUTH_TYPE": "AMAZON_COGNITO_USER_POOLS",
"AWS_APPSYNC_API_KEY": "da2-bd27jwfofvf5ldshzssk7wufsm",
"AWS_USER_POOLS_ID": "us-east-1_00uu9Yg4p",
"AWS_USER_POOLS_WEB_CLIENT_ID": "3imrsqbj2nral6o47uerq3u5qp",
"AWS_USER_FILES_S3_BUCKET": "asacf2d64dd682824f0a9d23969cf8cd6bf211020-dev",
"AWS_USER_FILES_S3_BUCKET_REGION": "us-east-1"
}
}
},
"submit": {
"production": {}
}
}