From 2cd169817f74436ee7c3c88f4a9979dedf446da6 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 10 Jun 2024 01:52:37 +0000 Subject: [PATCH] chore: Update .env.example with compatible providers and AWS credentials --- .env.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index d1d118f..127f3df 100644 --- a/.env.example +++ b/.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 \ No newline at end of file +# *** 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= \ No newline at end of file