add .env.example for environment configuration

This commit is contained in:
blankie 2026-06-09 02:14:17 +00:00
parent 9707079deb
commit 503ad787ae

7
.env.example Normal file
View file

@ -0,0 +1,7 @@
# Reticulum configuration directory (default: ~/.tinyweb/.reticulum)
# RNS_CONFIG_DIR=/path/to/reticulum
# Connect to an internet-accessible TCP transport node for mesh connectivity
# over the public internet (optional — leave unset for local-only mesh)
# RNS_TCP_HOST=rnode.bre.land
# RNS_TCP_PORT=4242