Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 49faeb0

Browse files
committed
Added the word EXAMPLE in the amplify-config.js file to make it easier to read the comments in the file
1 parent 45095d0 commit 49faeb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Auth/website/src/amplify-config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55

66
const awsConfig = {
77
Auth: {
8-
identityPoolId: '', // 'us-east-1:5109bd6b-38ab-4429-89f8-e74d93656224'
9-
region: '', // 'us-east-1'
10-
userPoolId: '', // 'us-east-1_bgZVERFot'
11-
userPoolWebClientId: '' // '4lu058ri9ntkfrv99aa2taeu01'
8+
identityPoolId: '', // EXAMPLE: 'us-east-1:5109bd6b-38ab-4429-89f8-e74d93656224'
9+
region: '', // EXAMPLE: 'us-east-1'
10+
userPoolId: '', // EXAMPLE: 'us-east-1_bgZVERFot'
11+
userPoolWebClientId: '' // EXAMPLE: '4lu058ri9ntkfrv99aa2taeu01'
1212
},
1313
API: {
1414
endpoints: [
1515
{
1616
name: 'WildRydesAPI',
17-
endpoint: '' // https://1ngrgqjt6c.execute-api.us-east-1.amazonaws.com/prod
17+
endpoint: '' // EXAMPLE: https://1ngrgqjt6c.execute-api.us-east-1.amazonaws.com/prod
1818
}
1919
]
2020
},
2121
Storage: {
22-
bucket: '', //Amazon S3 bucket 'wildrydes-profile-images'
23-
region: '', // 'us-east-1'
22+
bucket: '', //EXAMPLE: Amazon S3 bucket 'wildrydes-profile-images'
23+
region: '', // EXAMPLE: 'us-east-1'
2424
}
2525
}
2626

0 commit comments

Comments
 (0)