From 81f918ed38c1545834f7f6f4d07104c2918ec5a9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 28 Dec 2023 13:58:19 -0600 Subject: [PATCH] update envrc template --- .envrc_template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.envrc_template b/.envrc_template index e112a7e..5b700a8 100644 --- a/.envrc_template +++ b/.envrc_template @@ -1,3 +1,5 @@ # Rename to .envrc -export TAILSCALE_AUTH_KEY="" -# export TAILSCALE_HOSTNAME="" \ No newline at end of file +export TS_AUTH_KEY="" +export TS_HOSTNAME="" +export TS_OPT="" +export TS_SERVE_PORT="" \ No newline at end of file