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