From 0069bba21dc18451bdc46e5fe108d1817d47a073 Mon Sep 17 00:00:00 2001 From: varun789-mx Date: Wed, 5 Nov 2025 00:48:08 +0530 Subject: [PATCH] Add required fields in .env.example expected the env.ts --- backend/.env.example | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index 61ab9cd..1a2f17a 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,7 +1,11 @@ -OPENROUTER_KEY= -FROM_EMAIL= -POSTMARK_SERVER_TOKEN= +OPENROUTER_KEY=youropenrouterkey +FROM_EMAIL=from123@gmail.com +POSTMARK_SERVER_TOKEN=theokenishere DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres -RZP_WEBHOOK_SECRET= +RZP_WEBHOOK_SECRET="razonpaykey" NODE_ENV = "development" -JWT_SECRET = "JWT_SECRET" \ No newline at end of file +JWT_SECRET = "JWT_SECRET"\ +RZP_KEY=random +RZP_SECRET=random +RZP_ENVIRONMENT=random +FRONTEND_URL=http://localhost:3002