mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
24 lines
467 B
Plaintext
24 lines
467 B
Plaintext
PORT=3000
|
|
DEBUG_MODE=true
|
|
NODE_ENV=production
|
|
|
|
JWT_SECRET_KEY=ba8642edbed7f6c450e46875e8c835c7e417031abe1f7b03f3e56bb7481706d8
|
|
JWT_TOKEN_EXPIRES_IN=30d
|
|
|
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/dc?schema=public"
|
|
|
|
# local | s3
|
|
STORAGE_DRIVER=local
|
|
|
|
# local config
|
|
LOCAL_STORAGE_PATH=/storage
|
|
|
|
# S3 Config
|
|
AWS_S3_ACCESS_KEY_ID=
|
|
AWS_S3_SECRET_ACCESS_KEY=
|
|
AWS_S3_REGION=
|
|
AWS_S3_BUCKET=
|
|
AWS_S3_ENDPOINT=
|
|
AWS_S3_URL=
|
|
AWS_S3_USE_PATH_STYLE_ENDPOINT=false
|