Skip to content

Commit 4bad7b2

Browse files
authored
V1.6 (#33)
* Updated how local environment file is generated. * Updated instructions
1 parent f928847 commit 4bad7b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ This demo uses Terraform and bash scripting to create and teardown infrastructur
222222
- Creates an API key pair that will be used in connectors' configuration files for authentication purposes.
223223
- Updates the `.env` file to replace the remaining variables with the newly generated values.
224224

225+
1. Source `.env` file.
226+
227+
```bash
228+
source .env
229+
```
230+
225231
### Prepare the Database for Change Data Capture
226232

227233
1. Run the following Python script to create and populate `DEMOGRAPHICS` and `CUSTOMERS` tables, as well as enable Change Data Capture (CDC) on those tables.

0 commit comments

Comments
 (0)