Nye-TeeOff/backend/.env.example

8 lines
318 B
Text

SMTP_SERVER=send.one.com
SMTP_PORT=465
SMTP_USER=teeoff@example.com
SMTP_PASS=replace-with-your-smtp-password
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