Allow dynamic path renaming

This commit is contained in:
Anthony Stirling
2025-02-22 01:37:44 +00:00
parent efb3b1f234
commit dc986b5213
137 changed files with 398 additions and 367 deletions

View File

@@ -96,6 +96,15 @@ system:
hostName: localhost # the host name to use for the database url. Set to 'localhost' when running the app locally. Set to match the name of the container name of your database container when running the app on a server (Docker configuration)
port: 5432 # set the port number of the database. Ensure this matches the port the database is listening to
name: postgres # set the name of your database. Should match the name of the database you create
customPaths:
pipeline:
watchedFoldersDir: "" #Defaults to /pipeline/watchedFolders
finishedFoldersDir: "" #Defaults to /pipeline/finishedFolders
operations:
weasyprint: "" #Defaults to /opt/venv/bin/weasyprint
unoconvert: "" #Defaults to /opt/venv/bin/unoconvert
ui:
appName: '' # application's visible name