23 lines
608 B
Plaintext
23 lines
608 B
Plaintext
# ===========================================
|
|
# LNPaywall Frontend Environment Configuration
|
|
# ===========================================
|
|
|
|
# API Configuration
|
|
VITE_API_URL=http://localhost:3001/api
|
|
VITE_APP_URL=http://localhost:5173
|
|
|
|
# App Configuration
|
|
VITE_APP_NAME=LNPaywall
|
|
VITE_APP_DESCRIPTION="Turn any link into paid access in 60 seconds"
|
|
|
|
# Feature Flags (loaded dynamically from backend /api/config)
|
|
VITE_ENABLE_NOSTR_LOGIN=true
|
|
VITE_ENABLE_OAUTH=false
|
|
|
|
# Note: Platform fees and Pro pricing are fetched from the backend automatically
|
|
|
|
# Analytics (Optional)
|
|
VITE_PLAUSIBLE_DOMAIN=
|
|
VITE_UMAMI_ID=
|
|
|