From 4850fa77efe600a49f0ffe2cdff381826f88f795 Mon Sep 17 00:00:00 2001 From: laruevin Date: Wed, 11 Feb 2026 12:08:32 +0700 Subject: [PATCH] chore: add header comment to .env.example Test commit to verify GitLab CI/CD pipeline. Co-Authored-By: Claude Opus 4.6 --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 14aef1f..b8eb32a 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,6 @@ +# Guidly Environment Configuration +# Copy this file to .env and fill in the values + # PostgreSQL DB_HOST=localhost DB_PORT=5432