File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ USERNAME ?= admin123
66DB_NAME ?= testdb
77USERPWD ?= mysecretpassword
88STACK_NAME ?= DMsSampleSetupStack
9- DB_PORT ?= 5432
109ENDPOINT_URL = http://localhost.localstack.cloud:4566
1110export AWS_ACCESS_KEY_ID ?= test
1211export AWS_SECRET_ACCESS_KEY ?= test
@@ -15,7 +14,7 @@ export AWS_DEFAULT_REGION ?= us-east-1
1514VENV_RUN = . $(VENV_ACTIVATE )
1615
1716CLOUD_ENV = USERNAME=$(USERNAME ) DB_NAME=$(DB_NAME ) USERPWD=$(USERPWD ) STACK_NAME=$(STACK_NAME )
18- LOCAL_ENV = USERNAME=$(USERNAME ) DB_NAME=$(DB_NAME ) USERPWD=$(USERPWD ) STACK_NAME=$(STACK_NAME ) DB_PORT= $( DB_PORT ) ENDPOINT_URL=$(ENDPOINT_URL )
17+ LOCAL_ENV = USERNAME=$(USERNAME ) DB_NAME=$(DB_NAME ) USERPWD=$(USERPWD ) STACK_NAME=$(STACK_NAME ) ENDPOINT_URL=$(ENDPOINT_URL )
1918
2019ifeq ($(OS ) , Windows_NT)
2120 VENV_ACTIVATE = $(VENV_DIR)/Scripts/activate
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To deploy the infrastructure, you can run the following command:
4141make deploy
4242```
4343
44- > NOTE: By default we create kinesis target endpoint with default settings.
44+ > NOTE: By default we create the kinesis target endpoint with default settings.
4545> In order to create the target with non-default values set the environment to ` KINESIS_TARGET=non-default ` .
4646
4747After successful deployment, you will see the following output:
You can’t perform that action at this time.
0 commit comments