-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Changelog entry, remove unneeded code
- Loading branch information
1 parent
58f1aff
commit a5573cb
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
|
||
### Changed | ||
|
||
- Config is loaded from the frontend at runtime now. | ||
|
||
### Fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export interface ClientConfig { | ||
'env': 'dev' | 'int' | 'prod', | ||
'ion_default_access_token': string, | ||
'auth': { | ||
'cognito_client_id': string, | ||
'cognito_pool_id': string, | ||
'cognito_identity_pool_id': string, | ||
'cognito_aws_region': string, | ||
env: 'dev' | 'int' | 'prod', | ||
ion_default_access_token: string, | ||
auth: { | ||
cognito_client_id: string, | ||
cognito_pool_id: string, | ||
cognito_identity_pool_id: string, | ||
cognito_aws_region: string, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters