-
Notifications
You must be signed in to change notification settings - Fork 0
/
aws-exports.js
32 lines (29 loc) · 946 Bytes
/
aws-exports.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
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "us-west-2",
"aws_cognito_identity_pool_id": "us-west-2:7f7b7de5-35dd-437b-b002-4d28d17a227d",
"aws_cognito_region": "us-west-2",
"aws_user_pools_id": "us-west-2_QduzpPLXm",
"aws_user_pools_web_client_id": "38j63e4m7tpkh2elrgf1prdpka",
"oauth": {},
"aws_cognito_username_attributes": [
"EMAIL"
],
"aws_cognito_social_providers": [],
"aws_cognito_signup_attributes": [
"PREFERRED_USERNAME"
],
"aws_cognito_mfa_configuration": "OFF",
"aws_cognito_mfa_types": [
"SMS"
],
"aws_cognito_password_protection_settings": {
"passwordPolicyMinLength": 8,
"passwordPolicyCharacters": []
},
"aws_cognito_verification_mechanisms": [
"EMAIL"
]
};
export default awsmobile;