Skip to content

Commit 4456f96

Browse files
committed
fix: update ref env var
1 parent db30a45 commit 4456f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Prereqs:
9191
- Ensure the network architecture and Security Group permissions allow inbound traffic from the SSM Agent EC2 host.
9292

9393
```bash
94-
REGION=us-east-1
94+
AWS_REGION=us-east-1
9595
# Partial match for RDS instance name (e.g., "polygon" matches "acme-prod-polygon-data")
9696
DB_INSTANCE_SUBSTRING="polygon"
9797
LOCAL_PORT=15432

0 commit comments

Comments
 (0)