Skip to content
Snippets Groups Projects
Commit dd9a40c2 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

Update cellframe-node.cfg

parent 74ce69f3
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,8 @@ listen_address= ...@@ -32,9 +32,8 @@ listen_address=
[notify_server] [notify_server]
# Listening path have priority above listening address examples to use # 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_address=[listen_address1:port1,port2,listen_address2:port3,...]
#listen_path=[{CONFIGS_PATH}/var/run/node_notify:600]
listen_address= listen_address=
[stream] [stream]
...@@ -126,30 +125,24 @@ network_mask=255.255.255.0 ...@@ -126,30 +125,24 @@ network_mask=255.255.255.0
# Console interface server # Console interface server
[cli-server] [cli-server]
enabled=true enabled=true
#listen_port_tcp=12345 #unix-only
#listen_unix_socket_path=../var/run/node_cli #listen-path=[../var/run/node_cli]
# Default permissions 770 #listen-address=[127.0.0.1:12345]
# IMPORTANT! Its accessible for all the users in system!
listen_unix_socket_permissions=777
# Application Resources # Application Resources
[resources] [resources]
# 0 means auto detect # 0 means auto detect
threads_cnt=0 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 pid_path=../var/run/cellframe-node.pid
log_file=../var/log/cellframe-node.log log_file=../var/log/cellframe-node.log
wallets_path=../var/lib/wallet wallets_path=../var/lib/wallet
ca_folders=[../var/lib/ca,../share/ca] ca_folders=[../var/lib/ca,../share/ca]
[global_db] [global_db]
#debug_more=true
path=../var/lib/global_db path=../var/lib/global_db
driver= driver=
#debug_more=true
# Plugins # Plugins
[plugins] [plugins]
...@@ -157,4 +150,4 @@ enabled=true ...@@ -157,4 +150,4 @@ enabled=true
# Load Python-based plugins # Load Python-based plugins
#py_load=true #py_load=true
# Path to Pyhon-based plugins # Path to Pyhon-based plugins
#py_path={CONFIGS_PATH}/var/lib/plugins #py_path=../var/lib/plugins
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment