Skip to content

Commit 37120aa

Browse files
authored
chore: add env vars for Tiles local dev (#864)
## Problem Missing environment variables from `.env-example` affecting users from setting up local development environment. ## Solution Update `.env-example`
1 parent 1a0066c commit 37120aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/backend/.env-example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ POSTMAN_SMS_QPS_LIMIT_PER_CAMPAIGN=3
3737
# LOCAL DEV
3838
SERVE_WEB_APP_SEPARATELY=true
3939
CLOUDFLARE_TOKEN=...
40+
AWS_ACCESS_KEY_ID=DUMMYIDEXAMPLE
41+
AWS_SECRET_ACCESS_KEY=DUMMYEXAMPLEKEY
42+
AWS_REGION=some-aws-region
4043
S3_ENDPOINT=http://localhost:9000
4144
S3_COMMON_BUCKET=plumber-development-common-bucket
4245
S3_ACCESS_KEY=...

0 commit comments

Comments
 (0)