Nye-TeeOff/backend/.env.example

11 lines
468 B
Text

SMTP_SERVER=send.one.com
SMTP_PORT=465
SMTP_USER=teeoff@example.com
SMTP_PASS=replace-with-your-smtp-password
COMMENT_NOTIFICATION_TO_EMAIL=teeoff@example.com
FACILITY_RATING_NOTIFICATION_TO_EMAIL=teeoff@example.com
EMAIL_TO=ops@example.com
GEMINI_API_KEY=replace-with-your-gemini-api-key
DATABASE_URL=postgresql://teeoff_admin:replace-with-your-postgres-password@db:5432/teeoff
JWT_SECRET=replace-with-a-long-random-secret
INDEXNOW_KEY=replace-with-your-indexnow-key