.env.example 523 B

123456789101112
  1. # Dune Weaver Touch Configuration
  2. # Copy this file to .env and modify as needed
  3. # Address of the Dune Weaver sand table (the FluidNC firmware, HTTP port 80).
  4. # Leave this UNSET to let the app auto-discover the table over mDNS. Set it to
  5. # pin a specific table (skips discovery). A scheme is optional (http:// is
  6. # assumed) and the default HTTP port is 80.
  7. # Examples:
  8. # DUNE_WEAVER_URL=dunetable.local
  9. # DUNE_WEAVER_URL=http://dunetable.local
  10. # DUNE_WEAVER_URL=http://192.168.1.100
  11. # DUNE_WEAVER_URL=dunetable.local