Add authentication variables to .env file

Authentication variables have been added to the .env file. This includes enabling password authentication, disabling magic link authentication, and adding
This commit is contained in:
giancarlo
2024-04-15 19:19:43 +08:00
parent df239e9903
commit f5e8d9a329

View File

@@ -13,6 +13,11 @@ NEXT_PUBLIC_DEFAULT_THEME_MODE=light
NEXT_PUBLIC_THEME_COLOR="#ffffff"
NEXT_PUBLIC_THEME_COLOR_DARK="#0a0a0a"
# AUTH
NEXT_PUBLIC_AUTH_PASSWORD=true
NEXT_PUBLIC_AUTH_MAGIC_LINK=false
NEXT_PUBLIC_CAPTCHA_SITE_KEY=
# BILLING
NEXT_PUBLIC_BILLING_PROVIDER=stripe