diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..009f6b1 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# ================================================================= +# Env file for the traefik+Whoami stack +# ================================================================= + + +CF_DNS_API_TOKEN="YOUR_SECRET_API_TOKEN" +EMAIL_ADDRESS= "example@example.com" +TUNNEL_TOKEN="YOUR_CLOUDFLARE_TUNNEL_TOKEN" \ No newline at end of file