Nye-TeeOff/backend/.env.example

12 lines
468 B
Text
Raw Normal View History

SMTP_SERVER=send.one.com
SMTP_PORT=465
SMTP_USER=teeoff@example.com
SMTP_PASS=replace-with-your-smtp-password
2026-04-18 09:00:16 +02:00
COMMENT_NOTIFICATION_TO_EMAIL=teeoff@example.com
2026-04-29 08:06:17 +02:00
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
2026-04-18 09:00:16 +02:00
INDEXNOW_KEY=replace-with-your-indexnow-key