Skip to content

Commit b30132b

Browse files
committed
adding a placeholder for AWS credentials to keep them separate from other env variables
1 parent 1c75434 commit b30132b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker/config/.env.aws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# You can add your AWS environment variables here
2+
# We keep that file separate from .env.localrunner so that it can be updated by the startup script

docker/docker-compose-local.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ services:
4646
retries: 3
4747
env_file:
4848
- ./config/.env.localrunner
49+
- ./config/.env.aws

0 commit comments

Comments
 (0)