Add $AWS_S3_ENDPOINT_URL to .env.example

This commit is contained in:
Kyle Lacy 2023-04-17 14:08:47 -07:00
parent ca2366aa9b
commit b8c06b3121
No known key found for this signature in database
GPG Key ID: 82616D2392FB6605

View File

@ -15,6 +15,7 @@ AWS_REGION=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_S3_BUCKET_NAME=""
AWS_S3_ENDPOINT_URL=""
# FE
WEB_URL="localhost/"
# OAUTH