18 lines
329 B
Bash
18 lines
329 B
Bash
# random: openssl rand -hex 16
|
|
|
|
POSTGRES_DB=paperless
|
|
POSTGRES_USER=paperless
|
|
POSTGRES_PASSWORD=paperless
|
|
|
|
USERMAP_UID=1000
|
|
USERMAP_GID=1000
|
|
|
|
PAPERLESS_URL=https://paperless.example.com
|
|
|
|
PAPERLESS_SECRET_KEY=change-me
|
|
|
|
PAPERLESS_TIME_ZONE=Asia/Shanghai
|
|
|
|
PAPERLESS_OCR_LANGUAGE=chi_sim
|
|
PAPERLESS_OCR_LANGUAGES=chi_sim chi_tra eng
|