Skip to content

Incomplete fields in .env.example #239

@Varun789-mx

Description

@Varun789-mx

The issue is when we cp .env.example .env we get
OPENROUTER_KEY=
FROM_EMAIL=from123@gmail.com
POSTMARK_SERVER_TOKEN=theokenishere
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
RZP_WEBHOOK_SECRET="razonpaykey"
NODE_ENV = "development"
JWT_SECRET = "JWT_SECRET"

something like this but the backebd expects
RZP_KEY=
RZP_SECRET=
RZP_ENVIRONMENT=
FRONTEND_URL=http://localhost:3002
these fields too so it should be added to the .env.example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions