Add JOBSETTINGS comment

This commit is contained in:
Stuart Armstrong 2026-02-20 09:20:45 +03:00
parent 2dae69cd9d
commit 9464f285a2

View File

@ -40,8 +40,8 @@ services:
MM_FILESETTINGS_AMAZONS3SSL: "false" #Env indicates whether the connection to Amazon S3 should take place over SSL MM_FILESETTINGS_AMAZONS3SSL: "false" #Env indicates whether the connection to Amazon S3 should take place over SSL
MM_FILESETTINGS_DRIVERNAME: "amazons3" #The name of the driver for working with files MM_FILESETTINGS_DRIVERNAME: "amazons3" #The name of the driver for working with files
MM_FILESETTINGS_MAXFILESIZE: 1048576000 #The maximum file size to download, specified in bytes. MM_FILESETTINGS_MAXFILESIZE: 1048576000 #The maximum file size to download, specified in bytes.
#MM_JOBSETTINGS_RUNJOBS: "false" #Specifies whether job should be performed #MM_JOBSETTINGS_RUNJOBS: "false" #Default is true, only disable when a job-server is deployed.
#MM_JOBSETTINGS_RUNSCHEDULER: "false" #The flag indicates whether the task scheduler should be started #MM_JOBSETTINGS_RUNSCHEDULER: "false" #Default is true, only disable when a job-server is deployed.
MM_LOGSETTINGS_CONSOLEJSON: "false" #The flag indicates whether the output to the console should be in JSON format MM_LOGSETTINGS_CONSOLEJSON: "false" #The flag indicates whether the output to the console should be in JSON format
MM_LOGSETTINGS_CONSOLELEVEL: "DEBUG" #Logging level for console output MM_LOGSETTINGS_CONSOLELEVEL: "DEBUG" #Logging level for console output
MM_LOGSETTINGS_FILELEVEL: "DEBUG" #The logging level for writing to a file MM_LOGSETTINGS_FILELEVEL: "DEBUG" #The logging level for writing to a file