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