- Modified `.env.example` to reflect new API URL structure and added CDN configuration for external storage. - Updated `.gitignore` to include deployment secrets and certificate files, ensuring sensitive information is not committed. - Revised `BACKEND_INTEGRATION.md` to clarify authentication methods, replacing Cognito references with Nostr NIP-98. - Deleted outdated documentation files (`CONTENT-INTEGRATION-COMPLETE.md`, `CURSOR-MCP-SETUP.md`, `FINAL-STATUS.md`, `FIXES-APPLIED.md`, `INDEEHHUB-INTEGRATION.md`, `PROJECT-COMPLETE.md`, `PROJECT-SUMMARY.md`) to streamline project documentation. These changes enhance the clarity of the environment setup and improve the overall documentation structure for better developer onboarding.
18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
# API Configuration
|
|
VITE_INDEEHUB_API_URL=/api
|
|
VITE_CONTENT_ORIGIN=
|
|
VITE_API_TIMEOUT=30000
|
|
|
|
# Nostr Configuration
|
|
VITE_NOSTR_RELAYS=ws://localhost:7777,wss://relay.damus.io
|
|
VITE_NOSTR_LOOKUP_RELAYS=wss://purplepag.es
|
|
|
|
# CDN (when using external storage)
|
|
VITE_INDEEHUB_CDN_URL=/storage
|
|
|
|
# Feature Flags
|
|
VITE_USE_MOCK_DATA=false
|
|
VITE_ENABLE_NOSTR=true
|
|
VITE_ENABLE_LIGHTNING=true
|
|
VITE_ENABLE_RENTALS=true
|