mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
11 lines
284 B
Bash
11 lines
284 B
Bash
# 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=
|