Add config file template for documentMaxLength setting
This commit is contained in:
5
config.json.tmpl
Normal file
5
config.json.tmpl
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
{{ if (env "DOCUMENT_MAX_LENGTH") }}
|
||||
"documentMaxLength": {{ env "DOCUMENT_MAX_LENGTH" }}
|
||||
{{ end }}
|
||||
}
|
||||
Reference in New Issue
Block a user