Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210360228
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210360228
Commits
267dbcdf
Unverified
Commit
267dbcdf
authored
4 years ago
by
dutor
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Choose default port numbers to reduce chances of conflicts (#474)
Co-authored-by:
Yee
<
2520865+yixinglu@users.noreply.github.com
>
parent
f5ac9a6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/nebula-graphd.conf.default
+9
-7
9 additions, 7 deletions
conf/nebula-graphd.conf.default
conf/nebula-graphd.conf.production
+9
-7
9 additions, 7 deletions
conf/nebula-graphd.conf.production
with
18 additions
and
14 deletions
conf/nebula-graphd.conf.default
+
9
−
7
View file @
267dbcdf
...
...
@@ -24,14 +24,16 @@
--stderrthreshold=2
########## networking ##########
# Meta Server Address
--meta_server_addrs=127.0.0.1:45500
# Local ip
# Comma separated Meta Server Addresses
--meta_server_addrs=127.0.0.1:9559
# Local IP used to identify the nebula-graphd process.
# Change it to an address other than loopback if the service is distributed or
# will be accessed remotely.
--local_ip=127.0.0.1
# Network device to listen on
--listen_netdev=any
# Port to listen on
--port=
369
9
--port=
966
9
# To turn on SO_REUSEPORT or not
--reuse_port=false
# Backlog of the listen socket, adjust this together with net.core.somaxconn
...
...
@@ -47,11 +49,11 @@
# The number of threads to execute user queries, 0 for # of CPU cores
--num_worker_threads=0
# HTTP service ip
--ws_ip=
127
.0.0.
1
--ws_ip=
0
.0.0.
0
# HTTP service port
--ws_http_port=1
3000
--ws_http_port=1
9669
# HTTP2 service port
--ws_h2_port=1
3002
--ws_h2_port=1
9670
# The default charset when a space is created
--default_charset=utf8
...
...
This diff is collapsed.
Click to expand it.
conf/nebula-graphd.conf.production
+
9
−
7
View file @
267dbcdf
...
...
@@ -24,14 +24,16 @@
--stderrthreshold=2
########## networking ##########
# Meta Server Address
--meta_server_addrs=127.0.0.1:45500
# Local ip
# Comma separated Meta Server Addresses
--meta_server_addrs=127.0.0.1:9559
# Local IP used to identify the nebula-graphd process.
# Change it to an address other than loopback if the service is distributed or
# will be accessed remotely.
--local_ip=127.0.0.1
# Network device to listen on
--listen_netdev=any
# Port to listen on
--port=
369
9
--port=
966
9
# To turn on SO_REUSEPORT or not
--reuse_port=false
# Backlog of the listen socket, adjust this together with net.core.somaxconn
...
...
@@ -47,11 +49,11 @@
# The number of threads to execute user queries, 0 for # of CPU cores
--num_worker_threads=0
# HTTP service ip
--ws_ip=
127
.0.0.
1
--ws_ip=
0
.0.0.
0
# HTTP service port
--ws_http_port=1
3000
--ws_http_port=1
9669
# HTTP2 service port
--ws_h2_port=1
3002
--ws_h2_port=1
9670
# Heartbeat interval of communication between meta client and graphd service
--heartbeat_interval_secs=10
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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