init
This commit is contained in:
42
.env.example
Normal file
42
.env.example
Normal file
@@ -0,0 +1,42 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# Site info
|
||||
# -----------------------------------------------------------------------------
|
||||
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_LOCALE_DETECTION=false
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Discord
|
||||
# -----------------------------------------------------------------------------
|
||||
NEXT_PUBLIC_DISCORD_INVITE_URL="https://discord.com/invite/R7bUxWKRqZ"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Analytics
|
||||
# Google Analytics: https://analytics.google.com/analytics/web/
|
||||
# Baidu Tongji: https://tongji.baidu.com/
|
||||
# Plausible: https://plausible.io/
|
||||
# -----------------------------------------------------------------------------
|
||||
NEXT_PUBLIC_GOOGLE_ID=
|
||||
NEXT_PUBLIC_BAIDU_TONGJI=
|
||||
NEXT_PUBLIC_PLAUSIBLE_DOMAIN=
|
||||
NEXT_PUBLIC_PLAUSIBLE_SRC=
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Ads
|
||||
# Google Adsense: https://www.google.com/adsense/
|
||||
#------------------------------------------------------------------------
|
||||
NEXT_PUBLIC_GOOGLE_ADSENSE_ID=
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Resend: https://resend.com/
|
||||
#------------------------------------------------------------------------
|
||||
RESEND_API_KEY=
|
||||
ADMIN_EMAIL=
|
||||
RESEND_AUDIENCE_ID=
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Upstash: https://upstash.com/
|
||||
#------------------------------------------------------------------------
|
||||
UPSTASH_REDIS_REST_URL=
|
||||
UPSTASH_REDIS_REST_TOKEN=
|
||||
UPSTASH_REDIS_NEWSLETTER_RATE_LIMIT_KEY=newsletter-rate-limit
|
||||
DAY_MAX_SUBMISSIONS=
|
||||
Reference in New Issue
Block a user