diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index fd27b151a..4bae28d96 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -160,3 +160,6 @@ VARNISH_HOST: localhost # Adding a value here will enable Google Analytics on all non-admin pages. GA_CODE: '' + +# Search path for external commandline utilities (such as pdftohtml, pdftk, unrtf) +UTILITY_SEARCH_PATH: ["/usr/bin", "/usr/local/bin"] |