Initial commit
This commit is contained in:
22
frontend/env.example
Normal file
22
frontend/env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# ===========================================
|
||||
# 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=
|
||||
|
||||
Reference in New Issue
Block a user