-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-exports-sample.js
33 lines (30 loc) · 1.09 KB
/
aws-exports-sample.js
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
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "xx-xxxx-x",
"aws_cognito_identity_pool_id": "us-east-1:xxxxxx",
"aws_cognito_region": "us-east-1",
"aws_user_pools_id": "us-east-1_xxxxxx",
"aws_user_pools_web_client_id": "xxxxxxxxx",
"oauth": {
"domain": "xxxxxxx",
"scope": [
"phone",
"email",
"openid",
"profile",
"aws.cognito.signin.user.admin"
],
"redirectSignIn": "chforum://",
"redirectSignOut": "chforum://",
"responseType": "code"
},
"federationTarget": "COGNITO_USER_POOLS",
"aws_appsync_graphqlEndpoint": "https://xxxxxxxxxx.appsync-api.us-east-1.amazonaws.com/graphql",
"aws_appsync_region": "us-east-1",
"aws_appsync_authenticationType": "AMAZON_COGNITO_USER_POOLS",
"aws_appsync_apiKey": "xxx-xxxxxxxxx",
"aws_user_files_s3_bucket": "s3-xxxxxx",
"aws_user_files_s3_bucket_region": "us-east-1"
};
export default awsmobile;