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:
@@ -13,6 +13,11 @@ NEXT_PUBLIC_DEFAULT_THEME_MODE=light
|
|||||||
NEXT_PUBLIC_THEME_COLOR="#ffffff"
|
NEXT_PUBLIC_THEME_COLOR="#ffffff"
|
||||||
NEXT_PUBLIC_THEME_COLOR_DARK="#0a0a0a"
|
NEXT_PUBLIC_THEME_COLOR_DARK="#0a0a0a"
|
||||||
|
|
||||||
|
# AUTH
|
||||||
|
NEXT_PUBLIC_AUTH_PASSWORD=true
|
||||||
|
NEXT_PUBLIC_AUTH_MAGIC_LINK=false
|
||||||
|
NEXT_PUBLIC_CAPTCHA_SITE_KEY=
|
||||||
|
|
||||||
# BILLING
|
# BILLING
|
||||||
NEXT_PUBLIC_BILLING_PROVIDER=stripe
|
NEXT_PUBLIC_BILLING_PROVIDER=stripe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user