update .env template with comments

This commit is contained in:
John Bowdre 2023-12-29 10:18:38 -06:00
parent 9b9871f435
commit b637d4b477
2 changed files with 6 additions and 6 deletions

6
.env_template Normal file
View file

@ -0,0 +1,6 @@
# Rename to .env
export TS_AUTHKEY="" # Required Tailscale auth key
export TS_HOSTNAME="" # Optional hostname for this node
export TS_OPT="" # Optional additional arguments for tailscaled
export TS_SERVE_PORT="" # Optional backend port to proxy with tailscale serve
export TS_FUNNEL_PORT="" # Optional backend port to publish with tailscale funnel

View file

@ -1,6 +0,0 @@
# Rename to .envrc
export TS_AUTHKEY=""
export TS_HOSTNAME=""
export TS_OPT=""
export TS_SERVE_PORT=""
export TS_FUNNEL_PORT=""