diff options
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 712fa63..e66273f 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,13 @@ +# shellcheck shell=sh +# shellcheck disable=SC2034 +# +# these are used with terranix +# + # cloudflare CLOUDFLARE_API_TOKEN= +CLOUDFLARE_ZONE_ID= +CLOUDFLARE_ACCOUNT_ID= # tailscale OAUTH_CLIENT_ID= |
