-
Notifications
You must be signed in to change notification settings - Fork 6
/
config-win.yaml
66 lines (59 loc) · 2.1 KB
/
config-win.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Viscript's configuration file that contains apps and other settings
apps:
# These apps are commented out because they don't talk to viscript
# skycoin:
# daemon: false
# path: /bin/skycoin/skycoin
# default_args:
# - --gui-dir=/bin/skycoin/static/
# desc: Skycoin main binary
# skycoin-cli:
# daemon: false
# path: /bin/skycoin/skycoin-cli
# default_args:
# desc: Skycoin command line interface
# meshnet-server:
# daemon: false
# path: /bin/meshnet/meshnet-server
# default_args:
# desc: Meshnet nodes manager server
# meshnet-cli:
# daemon: false
# path: /bin/meshnet/meshnet-cli
# default_args:
# desc: Command line client for meshnet nodes manager server
meshnet-nm:
daemon: true
desc: Meshnet node manager
path: bin/meshnet/meshnet-run-nm.exe
default_args: []
help: |
[1] Domain name for using alternative node hostnames.
[2] Host for control messages exchange.
[3] Address of apptracker which should be run before nodemanager.
Full Example Command:
start meshnet-nm domain.network 0.0.0.0:5999 127.0.0.1:2000
meshnet-node:
daemon: true
desc: DESCRIPTION GOES HERE
path: bin/meshnet/meshnet-run-node.exe
default_args: []
help: |
[1] Host for control messages exchange.
[2] Alternative hostname which can be used instead of pubkey.
[3] True if node needs to be connected randomly, false otherwise.
[4] TCP port at which node will listen messages from apps.
[5] Hostname alias.
Full Example Command:
start meshnet-node 111.222.123.44:5000 202.101.65.43:5999 true 8000 node0
apptracker:
daemon: true
desc: DESCRIPTION GOES HERE
path: bin/meshnet/meshnet-run-apptracker.exe
default_args: []
help: |
[1] Host:port on which apptracker will listen for incoming messages
settings:
verboseInput: false # Will print key and mouse input if set to true
verifyParsingByPrinting: true # Will print this file's contents
runHeadless: false # Run without terminals and OpenGL front