Skip to content

Commit

Permalink
fix merge conflict for v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brandold committed Oct 17, 2019
2 parents 05c6a8b + c71cf5d commit 99a7be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/media-insights-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Parameters:
ApiIpList:
Type: String
Description:
CIDR block string. Indicates which internet addresses can access Elastichsearch.
CIDR block string. Indicates which internet addresses can access the MIE APIs.
For example, 192.168.100.14/24 represents the IPv4 address 192.168.100.14 and its associated routing prefix
192.168.100.0, while the CIDR block 0.0.0.0/0 indicates that Elasticsearch is open to requests from all internet addresses.
192.168.100.0, while the CIDR block 0.0.0.0/0 indicates the APIs are open to requests from all internet addresses.

Metadata:
AWS::CloudFormation::Interface:
Expand Down
2 changes: 1 addition & 1 deletion webapp/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ VUE_APP_DATAPLANE_BUCKET=dataplane-bucket
VUE_APP_AWS_REGION=cc-region-id
VUE_APP_USER_POOL_ID=pool_id
VUE_APP_USER_POOL_CLIENT_ID=clientid
VUE_APP_IDENTITY_POOL_ID=identity:id
VUE_APP_IDENTITY_POOL_ID=identity:id

0 comments on commit 99a7be6

Please sign in to comment.