-
Notifications
You must be signed in to change notification settings - Fork 0
/
conductor-config.toml
61 lines (48 loc) · 1023 Bytes
/
conductor-config.toml
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
bridges = []
persistence_dir = ''
[[agents]]
id = 'hc-run-agent'
keystore_file = 'testAgent'
name = 'testAgent'
public_address = 'HcScjN8wBwrn3tuyg89aab3a69xsIgdzmX5P9537BqQZ5A7TEZu7qCY4Xzzjhma'
test_agent = true
[[dnas]]
file = 'dist/into-pieces.dna.json'
hash = 'QmT35Vmw9VEXu55JTVPTFkCnJTA4nJSa7oFw8qdfDWKPuH'
id = '__into_pieces'
[[instances]]
agent = 'hc-run-agent'
dna = '__into_pieces'
id = '__into_pieces'
[instances.storage]
type = 'memory'
[[interfaces]]
admin = false
choose_free_port = false
id = 'into_pieces_ui'
[[interfaces.instances]]
alias = 'test-instance'
id = '__into_pieces'
[interfaces.driver]
port = 50000
type = 'websocket'
[[ui_bundles]]
id = 'into_pieces_ui'
root_dir = 'gui'
[[ui_interfaces]]
bind_address = '127.0.0.1'
bundle = 'into_pieces_ui'
dna_interface = 'into_pieces_ui'
id = 'into_pieces_ui'
port = 8888
reroute_to_root = false
[logger]
state_dump = true
type = 'debug'
[logger.rules]
rules = []
[passphrase_service]
type = 'cmd'
[signals]
consistency = false
trace = false