Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
dd9a40c2
Commit
dd9a40c2
authored
5 months ago
by
Dmitry Puzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
Update cellframe-node.cfg
parent
74ce69f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/share/configs/cellframe-node.cfg
+7
-14
7 additions, 14 deletions
dist/share/configs/cellframe-node.cfg
with
7 additions
and
14 deletions
dist/share/configs/cellframe-node.cfg
+
7
−
14
View file @
dd9a40c2
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment