Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -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"
JWT_SECRET = "JWT_SECRET"\
RZP_KEY=random
RZP_SECRET=random
RZP_ENVIRONMENT=random
FRONTEND_URL=http://localhost:3002