diff --git a/.env_template b/.env_template index 7aafbbc..df1c6cb 100644 --- a/.env_template +++ b/.env_template @@ -1,6 +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 \ No newline at end of file +TS_AUTHKEY="" # Required Tailscale auth key +TS_HOSTNAME="" # Optional hostname for this node +TS_OPT="" # Optional additional arguments for tailscaled +TS_SERVE_PORT="" # Optional backend port to proxy with tailscale serve +TS_FUNNEL_PORT="" # Optional backend port to publish with tailscale funnel \ No newline at end of file