Commit 95744f5a authored by Anael Beutot's avatar Anael Beutot
Browse files

Updated config file example

parent 5ae80dd5
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
[node]
address=__CC_SERVER_HOST_
# cc-server informations
address=_CC_SERVER_HOST_
port=1984
login=_CC_SERVER_LOGIN_
password=_CC_SERVER_PASSWD_

# verbosity = 0
# logging verbosity (can be specified as number or name)
# 0=error, 1=warning, 2=info, 3=debug
# verbosity = error

# when debug is on, std output/input is not closed and logging is done through
# stderr instead of syslog
# debug = off

# directory where the cc-node jobs are saved
# jobs_store_path=/var/lib/cc-node/jobs/
# file where the plugins are saved for automatic reinstallation at node startup
# plugins_store_path=/var/lib/cc-node/plugins  # it's a file

# backward compatibility for execute and shutdown handler
# remote_execution = yes

[node_handler]  # this section is optional
# section to allow or forbid usage of RPC handlers at local level
# format is handler_name = yes|no
# execute = yes  # this will be erased by the remote_execution function if set
# ...