Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
node config generator
Commits
d140e239
Commit
d140e239
authored
Nov 01, 2019
by
Victor Khilin
Browse files
node.conf correct syntax
parent
da4a7d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
node_config_templates/main.conf
View file @
d140e239
...
...
@@ -9,7 +9,8 @@ node {
directory
=
"/node/data/"
data
-
directory
=
"/node/data/data"
ntp
-
server
=
"0.ru.pool.ntp.org"
ntp
.
fatal
-
timeout
=
"1 minute"
ntp
.
server
=
"0.ru.pool.ntp.org"
blockchain
{
fees
{
...
...
@@ -147,8 +148,11 @@ node {
enable
=
yes
bind
-
address
=
"0.0.0.0"
port
=
6862
api
-
key
-
hash
=
DACAEAAK1MosP6Jjjhff2TVNDkBBszgqssD32GfU4iBf
privacy
-
api
-
key
-
hash
=
DACAEAAK1MosP6Jjjhff2TVNDkBBszgqssD32GfU4iBf
#svupkey
auth
{
type
:
"api-key"
api
-
key
-
hash
=
DACAEAAK1MosP6Jjjhff2TVNDkBBszgqssD32GfU4iBf
privacy
-
api
-
key
-
hash
=
DACAEAAK1MosP6Jjjhff2TVNDkBBszgqssD32GfU4iBf
#svupkey
}
}
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment