mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
10 lines
363 B
Bash
10 lines
363 B
Bash
GD_SERVICE_B64="Base64 Encoded value from Google Drive Service Account JSON file"
|
|
|
|
NEXT_PUBLIC_ENCRYPTION_KEY=
|
|
NEXT_PUBLIC_SITE_PASSWORD=
|
|
|
|
# Only fill with the domain name, without the protocol and trailing slash
|
|
# This will be used as a fallback if VERCEL_URL is not available
|
|
# Example: https://drive-demo.mbaharip.com -> drive.mbaharip.com
|
|
NEXT_PUBLIC_DOMAIN=
|