mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
7 lines
364 B
Plaintext
7 lines
364 B
Plaintext
# You can generate encryption key from setup page.
|
|
NEXT_PUBLIC_ENCRYPTION_KEY=""
|
|
# You can use any random string for JWT_KEY, it is recommended to use a strong key by combining characters, numbers and symbols.
|
|
JWT_KEY=""
|
|
# Domain name of your website. Used for fetching the og-image from public directory.
|
|
# Example: https://drive.example.com
|
|
NEXT_PUBLIC_DOMAIN="" |