mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
10 lines
354 B
Bash
10 lines
354 B
Bash
GD_SERVICE_B64="Base64 Encoded value from Google Drive Service Account JSON file"
|
|
|
|
ENCRYPTION_KEY=
|
|
SITE_PASSWORD=
|
|
|
|
# Only fill with the domain name, without the protocol and trailing slash
|
|
# This will be used, and will fallback to VERCEL_URL if it's not available
|
|
# Example: https://drive-demo.mbaharip.com -> drive-demo.mbaharip.com
|
|
NEXT_PUBLIC_DOMAIN=
|