From 45be79757f817ff56053147eb1d04298c6768e34 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:52:35 +0700 Subject: [PATCH] update: explanation for each env --- .env.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e47aa02..fd4515f 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,10 @@ -GD_SERVICE_B64="Base64 Encoded value from Google Drive Service Account JSON file" - +# Base64 Encoded Service Account JSON +GD_SERVICE_B64= +# Secret Key for Encryption ENCRYPTION_KEY= +# Index password, used when private mode is enabled SITE_PASSWORD= # [Optional] Only domain, without protocol (ex: mbaharip.com) +# Needed if you're not using Vercel NEXT_PUBLIC_DOMAIN=