10
10
# If you want to override with environment parameter follow parameter naming SECURITY_INITIALLOGIN_USERNAME #
11
11
#############################################################################################################
12
12
13
-
14
13
security:
15
14
enableLogin: false # set to 'true' to enable login
16
15
csrfDisabled: false # set to 'true' to disable CSRF protection (not recommended for production)
@@ -61,7 +60,6 @@ security:
61
60
privateKey: classpath:saml-private-key.key # Your private key. Generated from your keypair
62
61
spCert: classpath:saml-public-cert.crt # Your signing certificate. Generated from your keypair
63
62
64
-
65
63
premium:
66
64
key: 00000000-0000-0000-0000-000000000000
67
65
enabled: false # Enable license key checks for pro/enterprise features
@@ -107,13 +105,11 @@ system:
107
105
name: postgres # set the name of your database. Should match the name of the database you create
108
106
customPaths:
109
107
pipeline:
110
- watchedFoldersDir: "" #Defaults to /pipeline/watchedFolders
111
- finishedFoldersDir: "" #Defaults to /pipeline/finishedFolders
108
+ watchedFoldersDir: '' #Defaults to /pipeline/watchedFolders
109
+ finishedFoldersDir: '' #Defaults to /pipeline/finishedFolders
112
110
operations:
113
- weasyprint: "" #Defaults to /opt/venv/bin/weasyprint
114
- unoconvert: "" #Defaults to /opt/venv/bin/unoconvert
115
-
116
-
111
+ weasyprint: '' #Defaults to /opt/venv/bin/weasyprint
112
+ unoconvert: '' #Defaults to /opt/venv/bin/unoconvert
117
113
118
114
ui:
119
115
appName: '' # application's visible name
@@ -135,7 +131,7 @@ AutomaticallyGenerated:
135
131
appVersion: 0.35.0
136
132
137
133
processExecutor:
138
- sessionLimit: # Process executor instances limits
134
+ sessionLimit: # Process executor instances limits
139
135
libreOfficeSessionLimit: 1
140
136
pdfToHtmlSessionLimit: 1
141
137
qpdfSessionLimit: 4
@@ -144,7 +140,7 @@ processExecutor:
144
140
weasyPrintSessionLimit: 16
145
141
installAppSessionLimit: 1
146
142
calibreSessionLimit: 1
147
- timeoutMinutes: # Process executor timeout in minutes
143
+ timeoutMinutes: # Process executor timeout in minutes
148
144
libreOfficetimeoutMinutes: 30
149
145
pdfToHtmltimeoutMinutes: 20
150
146
pythonOpenCvtimeoutMinutes: 30
0 commit comments