Initial commit

This commit is contained in:
Michilis
2025-12-14 23:08:45 -03:00
commit 1e1753dff3
58 changed files with 18294 additions and 0 deletions

22
frontend/env.example Normal file
View 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=