From 5c7e2dc4583ae149b0b007bca1353db03d0d2a0b Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Wed, 27 Dec 2023 23:59:48 -0800 Subject: [PATCH] update env --- Websites/jefes-nextjs/.env | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Websites/jefes-nextjs/.env b/Websites/jefes-nextjs/.env index 888af1e..57ef7c3 100644 --- a/Websites/jefes-nextjs/.env +++ b/Websites/jefes-nextjs/.env @@ -17,4 +17,15 @@ ADMIN_EMAIL="Kevin@test.com" ADMIN_PWD="!Testingpwd123" NEXTAUTH_URL="http://localhost:3000/" // Generate in Bash shell, with openssl rand -base64 32 -NEXTAUTH_SECRET="uM3+Q6lVz3l9tqaMKPVWmnY1r5tftjgxmFEi0/Z0+PA=" \ No newline at end of file +NEXTAUTH_SECRET="uM3+Q6lVz3l9tqaMKPVWmnY1r5tftjgxmFEi0/Z0+PA=" +S3_ENABLED=true +S3_BUCKET=YOURBUCKETNAME +AWS_ACCESS_KEY_ID=YOURACCESSKEY +AWS_SECRET_ACCESS_KEY=YOURSECRETKEY +S3_REGION=auto +S3_PROTOCOL=https +S3_HOSTNAME=XXXXX.r2.cloudflarestorage.com +S3_ENDPOINT=https://XXXXX.r2.cloudflarestorage.com +S3_ALIAS_HOST=pub-XXXXX.r2.dev +# This is ignored by R2, but it needs to be set to something valid +S3_PERMISSION=private \ No newline at end of file