.env.example 523 B

1234567891011121314151617181920212223
  1. # Wallet for earnings
  2. NODE_SOLANA_PUBLIC_KEY=HtDiscVwKM4Neg9iA1nYfCLBF9DCkSisVRLj2ErHbXW7
  3. # Node identity
  4. NODE_NAME=my-pop-node
  5. NODE_EMAIL="operator@example.com"
  6. NODE_LOCATION="San Francisco, USA"
  7. # Cache configuration
  8. MEMORY_CACHE_SIZE_MB=512
  9. # For high-traffic setups:
  10. TOKIO_WORKER_THREADS=16
  11. # MEMORY_CACHE_SIZE_MB=8192
  12. DISK_CACHE_SIZE_GB=100
  13. # DISK_CACHE_SIZE_GB=500
  14. DISK_CACHE_PATH=./cache
  15. # Network ports
  16. HTTP_PORT=80
  17. HTTPS_PORT=443
  18. # Home network auto port forwarding (disable on VPS/servers)
  19. UPNP_ENABLED=false