diff options
| author | seth <[email protected]> | 2024-04-06 22:08:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-06 22:59:56 -0400 |
| commit | cdeb7d50f232103294a2bb36525a6d9f552fb4ed (patch) | |
| tree | 3fd24ce84ae35fe9282b93edcf5659c9ae01bf0a /.env.template | |
| parent | 5d725b0db9a0e57533e67e299f6213fa5d90203a (diff) | |
separate everything from flake.nix again
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= |
