Merge branch 'master' of https://github.com/nmelone/HPIoTWebsite
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -54,5 +54,5 @@ amplify/backend/awscloudformation
|
||||
build/
|
||||
dist/
|
||||
node_modules/
|
||||
aws-exports.js
|
||||
#aws-exports.js
|
||||
awsconfiguration.json
|
||||
18
src/aws-exports.js
Normal file
18
src/aws-exports.js
Normal file
@@ -0,0 +1,18 @@
|
||||
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
|
||||
|
||||
const awsmobile = {
|
||||
"aws_project_region": "us-east-1",
|
||||
"aws_content_delivery_bucket": "hpiotwebapp-devs",
|
||||
"aws_content_delivery_bucket_region": "us-east-1",
|
||||
"aws_content_delivery_url": "https://d20e8n1g2sai9c.cloudfront.net",
|
||||
"aws_cognito_identity_pool_id": "us-east-1:c018fdcf-3b1a-45db-a70e-daf34e217f8f",
|
||||
"aws_cognito_region": "us-east-1",
|
||||
"aws_user_pools_id": "us-east-1_XcUWWJXMT",
|
||||
"aws_user_pools_web_client_id": "ms2jhuludm93g9qfpuio8m9k6",
|
||||
"oauth": {},
|
||||
"aws_user_files_s3_bucket": "hpiotuserstorage-devs",
|
||||
"aws_user_files_s3_bucket_region": "us-east-1"
|
||||
};
|
||||
|
||||
|
||||
export default awsmobile;
|
||||
Reference in New Issue
Block a user