mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
chore: Update .env.example with compatible providers and AWS credentials
This commit is contained in:
14
.env.example
14
.env.example
@@ -1,9 +1,9 @@
|
||||
DATABASE_URL=
|
||||
|
||||
MINIO_SERVER_URL=http://localhost:9000
|
||||
MINIO_CLIENT_URL=http://localhost:9000
|
||||
MINIO_ENDPOINT=localhost
|
||||
MINIO_ACCESS_KEY=minioadmin
|
||||
MINIO_SECRET_KEY=minioadmin
|
||||
MINIO_USE_SSL=false
|
||||
BODY_SIZE_LIMIT=Infinity
|
||||
# *** COMPATIBLE PROVIDERS: aws, gcp, digitalocean, supabase, minio (local via docker) ***
|
||||
# Want another? - open an issue!
|
||||
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_S3_ENDPOINT=
|
||||
AWS_REGION=
|
||||
Reference in New Issue
Block a user