2023-01-02 10:50:37 +00:00
|
|
|
server:
|
|
|
|
# Address to listen on
|
|
|
|
address: ":4000"
|
|
|
|
|
|
|
|
# Path to the folder with the certificates file (cert.pem and key.pem) for using TLS
|
|
|
|
certificate: "/etc/letsencrypt/live/"
|
|
|
|
|
|
|
|
# If this parameter is given, all jobs are executed immediately after starting the program.
|
|
|
|
# Afterward the program does exit -> The "execution" field in the jobs are going to be ignored
|
|
|
|
oneShot: false
|
|
|
|
|
2023-01-06 17:40:39 +00:00
|
|
|
# Location of the file with the job configurations
|
2023-08-09 15:03:27 +00:00
|
|
|
jobFile: "./ncConverter.json"
|
2023-01-06 17:40:39 +00:00
|
|
|
|
2023-01-02 10:50:37 +00:00
|
|
|
logging:
|
|
|
|
# Minimum log Level for printing to the console (debug, info, warning, error, fatal)
|
|
|
|
printLogLevel: info
|
|
|
|
# Minimum log level for writing into the log file (debug, info, warning, error, fatal)
|
|
|
|
writeLogLevel: warning
|
|
|
|
|
|
|
|
# File path to log (empty = disabled)
|
|
|
|
logFilePath: "/home/myUser/logs/ncDocConverter.live"
|