-
Notifications
You must be signed in to change notification settings - Fork 0
/
aws-exports.js
49 lines (46 loc) · 1.49 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "sa-east-1",
"aws_cognito_identity_pool_id": "sa-east-1:0582b3ac-3542-4c5c-b04a-d8d98ba345ae",
"aws_cognito_region": "sa-east-1",
"aws_user_pools_id": "sa-east-1_i0koTiUIe",
"aws_user_pools_web_client_id": "32atc0ah3lr2fbilajvcm5df3b",
"oauth": {
"domain": "tradingcenter5912b391-5912b391-dev.auth.sa-east-1.amazoncognito.com",
"scope": [
"phone",
"email",
"openid",
"profile",
"aws.cognito.signin.user.admin"
],
"redirectSignIn": "https://tradingcenter.joaotextor.com/",
"redirectSignOut": "https://tradingcenter.joaotextor.com/",
"responseType": "code"
},
"federationTarget": "COGNITO_USER_POOLS",
"aws_cognito_username_attributes": [
"EMAIL"
],
"aws_cognito_social_providers": [
"GOOGLE"
],
"aws_cognito_signup_attributes": [
"EMAIL"
],
"aws_cognito_mfa_configuration": "OFF",
"aws_cognito_mfa_types": [
"SMS"
],
"aws_cognito_password_protection_settings": {
"passwordPolicyMinLength": 8,
"passwordPolicyCharacters": []
},
"aws_cognito_verification_mechanisms": [
"EMAIL"
],
"aws_user_files_s3_bucket": "tradingcenterstorage",
"aws_user_files_s3_bucket_region": "sa-east-1"
};
export default awsmobile;