Cleaned up env vars
This commit is contained in:
parent
46f636854e
commit
b85ccffe26
2 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
# Required
|
||||
STRIPE_SECRET_KEY=""
|
||||
REDIS_URL=""
|
||||
BUCKET_NAME=
|
||||
AWS_REGION=
|
||||
AWS_ENDPOINT_URL_S3=
|
||||
|
|
|
@ -18,7 +18,6 @@ services:
|
|||
- AWS_REGION=$AWS_REGION
|
||||
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
|
||||
- BUCKET_NAME=$BUCKET_NAME
|
||||
- STRIPE_SECRET_KEY=$STRIPE_SECRET_KEY
|
||||
|
||||
networks:
|
||||
proxy_default:
|
||||
|
|
Loading…
Add table
Reference in a new issue