From 16b0523f80dd66757c6d9d470a2773daebdb8cfa Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 13:23:14 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.env.e?= =?UTF-8?q?xample=20template=20with=20new=20environment=20variables=20for?= =?UTF-8?q?=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .env.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a2c1abc --- /dev/null +++ b/.env.example @@ -0,0 +1,22 @@ +# @life platform environment variables +# Copy to .env and fill in actual values + +# Database +DATABASE_HOST=localhost +DATABASE_PORT=25471 +DATABASE_USER=lilith +DATABASE_PASSWORD= +DATABASE_NAME=life_manager + +# Redis +REDIS_HOST=localhost +REDIS_PORT=26370 + +# API +API_PORT=3700 +VITE_API_URL=http://localhost:3700 + +# Frontend +VITE_APP_URL=http://localhost:5701 + +# Production overrides go in .env.production