docmost/.env.example

37 lines
680 B
Plaintext
Raw Normal View History

# your domain, e.g https://example.com
APP_URL=http://localhost:3000
PORT=3000
2023-09-23 13:54:11 +01:00
# make sure to replace this.
APP_SECRET=REPLACE_WITH_LONG_SECRET
2023-09-23 13:54:11 +01:00
JWT_TOKEN_EXPIRES_IN=30d
DATABASE_URL="postgresql://postgres:password@localhost:5432/docmost?schema=public"
REDIS_URL=redis://127.0.0.1:6379
2023-09-23 13:54:11 +01:00
# options: local | s3
2023-09-23 13:54:11 +01:00
STORAGE_DRIVER=local
# S3 driver config
2023-09-23 13:54:11 +01:00
AWS_S3_ACCESS_KEY_ID=
AWS_S3_SECRET_ACCESS_KEY=
AWS_S3_REGION=
AWS_S3_BUCKET=
AWS_S3_ENDPOINT=
# options: smtp | postmark
MAIL_DRIVER=smtp
MAIL_FROM_ADDRESS=hello@example.com
MAIL_FROM_NAME=Docmost
# SMTP driver config
SMTP_HOST=127.0.0.1
SMTP_PORT=587
SMTP_USERNAME=
SMTP_PASSWORD=
# Postmark driver config
POSTMARK_TOKEN=