.env.example 327 B

12345678910
  1. # Dune Weaver Touch Configuration
  2. # Copy this file to .env and modify as needed
  3. # URL of the Dune Weaver server
  4. # Default: http://localhost:8080
  5. # Examples:
  6. # DUNE_WEAVER_URL=http://localhost:8080
  7. # DUNE_WEAVER_URL=http://dwmp.local:8080
  8. # DUNE_WEAVER_URL=http://192.168.1.100:8080
  9. DUNE_WEAVER_URL=http://localhost:8080