mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-26 00:09:38 +02:00
chore: Update .env.example with compatible providers and AWS credentials
This commit is contained in:
parent
0ba0ef848b
commit
2cd169817f
1 changed files with 7 additions and 7 deletions
14
.env.example
14
.env.example
|
@ -1,9 +1,9 @@
|
||||||
DATABASE_URL=
|
DATABASE_URL=
|
||||||
|
|
||||||
MINIO_SERVER_URL=http://localhost:9000
|
# *** COMPATIBLE PROVIDERS: aws, gcp, digitalocean, supabase, minio (local via docker) ***
|
||||||
MINIO_CLIENT_URL=http://localhost:9000
|
# Want another? - open an issue!
|
||||||
MINIO_ENDPOINT=localhost
|
|
||||||
MINIO_ACCESS_KEY=minioadmin
|
AWS_ACCESS_KEY_ID=
|
||||||
MINIO_SECRET_KEY=minioadmin
|
AWS_SECRET_ACCESS_KEY=
|
||||||
MINIO_USE_SSL=false
|
AWS_S3_ENDPOINT=
|
||||||
BODY_SIZE_LIMIT=Infinity
|
AWS_REGION=
|
Loading…
Add table
Add a link
Reference in a new issue