remove unnecessary exports in .env example

This commit is contained in:
John Bowdre 2023-12-29 12:45:03 -06:00
parent 0bc59cc724
commit 3e07d2139f

View file

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