bundles/paperless-ng: fix PAPERLESS_FILENAME_FORMAT
This commit is contained in:
parent
d71af7561a
commit
e1d01d7bc6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PAPERLESS_CONSUMPTION_DIR=/mnt/paperless/consume
|
|||
PAPERLESS_DATA_DIR=/mnt/paperless/data
|
||||
PAPERLESS_MEDIA_ROOT=/mnt/paperless/media
|
||||
PAPERLESS_STATICDIR=/opt/paperless/src/paperless-ngx/static
|
||||
PAPERLESS_FILENAME_FORMAT={created_year}/{created_month}/{correspondent}/{asn}_{title}
|
||||
PAPERLESS_FILENAME_FORMAT={{ created_year }}/{{ created_month }}/{{ correspondent }}/{{ asn }}_{{ title }}
|
||||
|
||||
# Security and hosting
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue