From 9e8772049418ea9f31cc6c69f22131cc1b8f9d20 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 1 Feb 2026 15:16:46 +0100 Subject: [PATCH] chore: update `.env.example` with current environment variable examples. --- .env.example | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.env.example b/.env.example index 31b2ef44..802ec26f 100644 --- a/.env.example +++ b/.env.example @@ -48,24 +48,6 @@ IMAGE_TAG=latest TRAEFIK_HOST=klz-cables.com ENV_FILE=.env -# ──────────────────────────────────────────────────────────────────────────── -# Varnish Cache (Docker only) -# ──────────────────────────────────────────────────────────────────────────── -VARNISH_CACHE_SIZE=256m - -# ──────────────────────────────────────────────────────────────────────────── -# Strapi CMS -# ──────────────────────────────────────────────────────────────────────────── -STRAPI_DATABASE_NAME=strapi -STRAPI_DATABASE_USERNAME=strapi -STRAPI_DATABASE_PASSWORD=strapi -STRAPI_URL=http://localhost:1337 -APP_KEYS=toBeModified1,toBeModified2 -API_TOKEN_SALT=tobemodified -ADMIN_JWT_SECRET=tobemodified -TRANSFER_TOKEN_SALT=tobemodified -JWT_SECRET=tobemodified - # ============================================================================ # IMPORTANT NOTES # ============================================================================