add .env.example for environment configuration
This commit is contained in:
parent
997dd20e49
commit
f8b5b0a964
1 changed files with 7 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue