From a28f97ce811094da54254fa9891c06e3d1a69e2f Mon Sep 17 00:00:00 2001 From: Jesen Date: Wed, 10 Dec 2025 21:23:10 +0100 Subject: [PATCH] =?UTF-8?q?.env.example=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 280a639..0000000 --- a/.env.example +++ /dev/null @@ -1,12 +0,0 @@ -# Database Connection -DATABASE_URL="postgresql://user:password@host:5432/database?schema=public" - -# Security -JWT_SECRET="change_this_to_a_secure_secret" - -# SMTP Configuration -SMTP_HOST="smtp.example.com" -SMTP_PORT=587 -SMTP_USER="user@example.com" -SMTP_PASS="password" -SMTP_FROM="noreply@smartes-klassenzimmer.de"