diff --git a/dist/share/configs/cellframe-node.cfg b/dist/share/configs/cellframe-node.cfg index 5f75bb960a227ed63af7a0165348020e2ddb09b7..d562ba415ff2a9a4feb20371b65bfc068bf52941 100644 --- a/dist/share/configs/cellframe-node.cfg +++ b/dist/share/configs/cellframe-node.cfg @@ -32,9 +32,8 @@ listen_address= [notify_server] # Listening path have priority above listening address examples to use -# listen_path=[listen_path1:listen_path_mode,listen_path2:listen_path_mode,...] +# listen_path=[listen/path1,listen/path2,...] # listen_address=[listen_address1:port1,port2,listen_address2:port3,...] -#listen_path=[{CONFIGS_PATH}/var/run/node_notify:600] listen_address= [stream] @@ -126,30 +125,24 @@ network_mask=255.255.255.0 # Console interface server [cli-server] enabled=true -#listen_port_tcp=12345 -#listen_unix_socket_path=../var/run/node_cli -# Default permissions 770 -# IMPORTANT! Its accessible for all the users in system! -listen_unix_socket_permissions=777 +#unix-only +#listen-path=[../var/run/node_cli] +#listen-address=[127.0.0.1:12345] # Application Resources [resources] # 0 means auto detect threads_cnt=0 -# By default notify opens at {CONFIGS_PATH}/var/run/node_notify -notify_path=../var/run/node_notify -#notify_permissions=770 -#notify_user=myuser -#notify_group=mygroup pid_path=../var/run/cellframe-node.pid log_file=../var/log/cellframe-node.log wallets_path=../var/lib/wallet ca_folders=[../var/lib/ca,../share/ca] [global_db] +#debug_more=true path=../var/lib/global_db driver= -#debug_more=true + # Plugins [plugins] @@ -157,4 +150,4 @@ enabled=true # Load Python-based plugins #py_load=true # Path to Pyhon-based plugins -#py_path={CONFIGS_PATH}/var/lib/plugins +#py_path=../var/lib/plugins