Add config file template for documentMaxLength setting

This commit is contained in:
Chris Thompson
2022-12-15 14:32:25 -05:00
parent a896d27542
commit 0c96d5a45f
3 changed files with 14 additions and 0 deletions

5
config.json.tmpl Normal file
View File

@ -0,0 +1,5 @@
{
{{ if (env "DOCUMENT_MAX_LENGTH") }}
"documentMaxLength": {{ env "DOCUMENT_MAX_LENGTH" }}
{{ end }}
}