Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit a263920

Browse files
committed
add default endpoint configs to environments
1 parent c8cdb30 commit a263920

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/environments/environment.prod.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ export const environment = {
1111
albumName: "usercontent",
1212
bucketRegion: 'us-east-1',
1313

14-
ddbTableName: 'LoginTrail'
14+
ddbTableName: 'LoginTrail',
15+
16+
cognito_idp_endpoint: '',
17+
cognito_identity_endpoint: '',
18+
sts_endpoint: '',
19+
dynamodb_endpoint: '',
20+
s3_endpoint: ''
21+
1522
};
1623

src/environments/environment.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ export const environment = {
1111
albumName: "usercontent",
1212
bucketRegion: 'us-east-1',
1313

14-
ddbTableName: 'LoginTrail'
14+
ddbTableName: 'LoginTrail',
15+
16+
cognito_idp_endpoint: '',
17+
cognito_identity_endpoint: '',
18+
sts_endpoint: '',
19+
dynamodb_endpoint: '',
20+
s3_endpoint: ''
21+
1522
};
1623

0 commit comments

Comments
 (0)