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
14
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
66176be9
Commit
66176be9
authored
5 years ago
by
alexander.lysikov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into HEAD
# Conflicts: # CMakeLists.txt
parents
2a4bd4a0
bf6737bf
No related branches found
No related tags found
3 merge requests
!15
Feature 2336a
,
!12
Master
,
!11
Feature 2336a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
sources/main.c
+1
-17
1 addition, 17 deletions
sources/main.c
with
2 additions
and
18 deletions
README.md
+
1
−
1
View file @
66176be9
# kelvin-node
Kelvin Blockchain node
[

](https://travis-ci.com/
cellframe
/kelvin-node)
[

](https://travis-ci.com/
osetrovich
/kelvin-node
-ci
)
[
Kelvin node manual
](
https://github.com/cellframe/kelvin-node/wiki/Kelvin-Node
)
...
...
This diff is collapsed.
Click to expand it.
sources/main.c
+
1
−
17
View file @
66176be9
...
...
@@ -102,23 +102,7 @@
#include
"dap_process_manager.h"
#include
"dap_traffic_track.h"
#define DAP_APP_NAME NODE_NETNAME "-node"
#ifdef _WIN32
#define SYSTEM_PREFIX "opt/"DAP_APP_NAME
#else
#define SYSTEM_PREFIX "/opt/"DAP_APP_NAME
#endif
#define LOCAL_PREFIX "~/."DAP_APP_NAME
#define SYSTEM_CONFIGS_DIR SYSTEM_PREFIX"/etc"
#define LOCAL_CONFIGS_DIR LOCAL_PREFIX"/etc"
#define SYSTEM_CONFIG_GLOBAL_FILENAME SYSTEM_PREFIX"/etc/"DAP_APP_NAME".cfg"
#define LOCAL_CONFIG_GLOBAL LOCAL_PREFIX"/etc/"DAP_APP_NAME".cfg"
#define SYSTEM_PID_FILE_PATH SYSTEM_PREFIX"/run/"DAP_APP_NAME".pid"
#define LOCAL_PID_FILE_PATH SYSTEM_PREFIX"/run/"DAP_APP_NAME".pid"
#include
"dap_defines.h"
#define ENC_HTTP_URL "/enc_init"
#define STREAM_CTL_URL "/stream_ctl"
...
...
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