From 852fc7ed7a7cc71c52738f123114a1468acec576 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Thu, 16 Nov 2023 07:59:28 +0000 Subject: [PATCH] chore: use database as default for example env --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f4b7e87aa..ffebd9c80 100644 --- a/.env.example +++ b/.env.example @@ -22,7 +22,7 @@ E2E_TEST_AUTHENTICATE_USER_PASSWORD="test_password" # [[STORAGE]] # OPTIONAL: Defines the storage transport to use. Available options: database (default) | s3 -NEXT_PUBLIC_UPLOAD_TRANSPORT='s3' +NEXT_PUBLIC_UPLOAD_TRANSPORT="database" # OPTIONAL: Defines the endpoint to use for the S3 storage transport. Relevant when using third-party S3-compatible providers. NEXT_PRIVATE_UPLOAD_ENDPOINT="http://127.0.0.1:9002" # OPTIONAL: Defines the region to use for the S3 storage transport. Defaults to us-east-1.