Nye-TeeOff/.env.example

18 lines
704 B
Text
Raw Normal View History

GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
PUBLIC_BASE_URL=https://teeoff.no
NEXT_PUBLIC_SITE_URL=https://teeoff.no
PUBLIC_SESSION_SECRET=replace-with-a-long-random-secret
JWT_SECRET=replace-with-a-separate-long-random-secret
PUBLIC_COMMENT_DEFAULT_STATUS=pending
SMTP_SERVER=send.one.com
SMTP_PORT=465
SMTP_USER=comment@example.com
SMTP_PASS=replace-with-your-smtp-password
PUBLIC_FROM_EMAIL=TeeOff kommentarer <comment@example.com>
PUBLIC_MAGIC_LINK_MAX_AGE_MINUTES=20
POSTGRES_USER=teeoff_admin
POSTGRES_PASSWORD=replace-with-your-postgres-password
POSTGRES_DB=teeoff
DATABASE_URL=postgresql://teeoff_admin:replace-with-your-postgres-password@db:5432/teeoff