remove a lot of things that shouldnt be in git
This commit is contained in:
@@ -85,6 +85,13 @@ premium:
|
||||
enabled: true # Enable audit logging
|
||||
level: 2 # Audit logging level: 0=OFF, 1=BASIC, 2=STANDARD, 3=VERBOSE
|
||||
retentionDays: 90 # Number of days to retain audit logs
|
||||
databaseNotifications:
|
||||
backups:
|
||||
successful: false # set to 'true' to enable email notifications for successful database backups
|
||||
failed: false # set to 'true' to enable email notifications for failed database backups
|
||||
imports:
|
||||
successful: false # set to 'true' to enable email notifications for successful database imports
|
||||
failed: false # set to 'true' to enable email notifications for failed database imports
|
||||
|
||||
mail:
|
||||
enabled: false # set to 'true' to enable sending emails
|
||||
@@ -142,6 +149,9 @@ system:
|
||||
operations:
|
||||
weasyprint: '' # Defaults to /opt/venv/bin/weasyprint
|
||||
unoconvert: '' # Defaults to /opt/venv/bin/unoconvert
|
||||
calibre: '' # Defaults to /usr/bin/ebook-convert
|
||||
ocrmypdf: '' # Defaults to /usr/bin/ocrmypdf
|
||||
soffice: '' # Defaults to /usr/bin/soffice
|
||||
fileUploadLimit: '' # Defaults to "". No limit when string is empty. Set a number, between 0 and 999, followed by one of the following strings to set a limit. "KB", "MB", "GB".
|
||||
tempFileManagement:
|
||||
baseTmpDir: '' # Defaults to java.io.tmpdir/stirling-pdf
|
||||
@@ -172,7 +182,7 @@ metrics:
|
||||
AutomaticallyGenerated:
|
||||
key: 8bd4dfa7-1e03-42dd-a621-dfcb8be64202
|
||||
UUID: c8beac1a-fcc9-4962-ba22-9336e14a6ce6
|
||||
appVersion: 1.5.0
|
||||
appVersion: 1.6.0
|
||||
|
||||
processExecutor:
|
||||
sessionLimit: # Process executor instances limits
|
||||
|
||||
Reference in New Issue
Block a user