docs: update all documentation to reflect current project state
This commit is contained in:
+9
-17
@@ -8,9 +8,9 @@ DATABASE_URL="postgresql://coop:CHANGE_PASSWORD@localhost:5432/coop_credits?sche
|
||||
POSTGRES_PASSWORD="CHANGE_THIS_PASSWORD"
|
||||
|
||||
# Server
|
||||
PORT=3001
|
||||
PORT=3002
|
||||
NODE_ENV=development
|
||||
API_URL=http://localhost:3001
|
||||
API_URL=http://localhost:3002
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
|
||||
# JWT Secret (generate with: openssl rand -hex 32)
|
||||
@@ -26,30 +26,24 @@ PLEX_REDIRECT_URI=http://localhost:3000/auth/callback
|
||||
|
||||
# ==========================================
|
||||
# Tautulli (Watch Analytics)
|
||||
# Backend uses host network mode to reach this
|
||||
# ==========================================
|
||||
# Your Tautulli instance URL
|
||||
TAUTULLI_URL=http://172.20.1.255:8181
|
||||
# Get API key from: Tautulli Settings > Web Interface > API
|
||||
TAUTULLI_API_KEY=""
|
||||
# Optional: Secret for webhook signature verification
|
||||
TAUTULLI_WEBHOOK_SECRET=""
|
||||
|
||||
# ==========================================
|
||||
# Overseer (Content Requests)
|
||||
# Backend uses host network mode to reach this
|
||||
# ==========================================
|
||||
# Your Overseer instance URL
|
||||
OVERSEER_URL=http://172.20.1.225:5055
|
||||
# Get API key from: Overseer Settings > General
|
||||
OVERSEER_API_KEY=""
|
||||
|
||||
# ==========================================
|
||||
# Solana (Devnet for testing)
|
||||
# Ko-fi (Optional Credit Purchases)
|
||||
# Get verification token from Ko-fi Settings > Webhooks
|
||||
# ==========================================
|
||||
SOLANA_RPC_URL=https://api.devnet.solana.com
|
||||
SOLANA_PROGRAM_ID=CoopCredits111111111111111111111111111111111
|
||||
# Generate keypair with: npm run setup:solana
|
||||
SOLANA_MINT_AUTHORITY_KEYPAIR=""
|
||||
SOLANA_TOKEN_DECIMALS=6
|
||||
KOFI_VERIFICATION_TOKEN=""
|
||||
|
||||
# ==========================================
|
||||
# Redis (optional caching)
|
||||
@@ -59,15 +53,13 @@ REDIS_PASSWORD=""
|
||||
|
||||
# ==========================================
|
||||
# Encryption (generate with: openssl rand -base64 32)
|
||||
# Used for encrypting wallet private keys
|
||||
# Used for session cookie encryption
|
||||
# ==========================================
|
||||
ENCRYPTION_KEY=""
|
||||
|
||||
# ==========================================
|
||||
# Frontend Public Variables
|
||||
# ==========================================
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001
|
||||
NEXT_PUBLIC_SOLANA_NETWORK=devnet
|
||||
NEXT_PUBLIC_SOLANA_RPC_URL=https://api.devnet.solana.com
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3002
|
||||
NEXT_PUBLIC_APP_NAME=CoopCredits
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user