You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ip is the address that Meproc service listens to HTTP requests on.
port is the port where the Meproc service listens for HTTP requests.
log_level is the log output level of Meproc. There are four log levels, ranked from low to high:
debug
info
warn
error
log_dir is the path to the directory where the log files are located. This directory contains not only the log file for Meproc (Meproc.log), but also the log files of all task processes' output content.
web is used for Ajax requests from the web page to access Meproc. The ip and port mentioned here are the external IP and port of Meproc.
bootstrap_cmd is a shell command that will be automatically executed when Meproc starts. It can be used to automatically start tasks when Meproc starts.