Skip to content

Commit

Permalink
fix: reverted aws exports file (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimharr24 authored Jan 15, 2024
1 parent d3bb3c1 commit 469fa1a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apps/monarch/monarch-frontend/src/aws-exports.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "us-east-2",
"aws_cognito_identity_pool_id": "us-east-2:bf437025-d7bb-4691-9217-6dfe652cde4d",
"aws_cognito_region": "us-east-2",
"aws_user_pools_id": "us-east-1_bGBPdcC4V",
"aws_user_pools_web_client_id": "5vek36vggrc723avifeko5qclv",
"oauth": {},
"aws_cognito_username_attributes": [],
"aws_cognito_social_providers": [],
"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"
]
};
export default awsmobile;

0 comments on commit 469fa1a

Please sign in to comment.