-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconductor-config.toml
65 lines (51 loc) · 1.01 KB
/
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
62
63
64
65
bridges = []
persistence_dir = ''
[[agents]]
id = 'hc-run-agent'
keystore_file = 'Alice'
name = 'Alice'
public_address = 'HcSciaDXrXkqxwv7gukMChvazIuscvcrk457t8n88cmo95en4sPCEdDKvj4ucja'
test_agent = true
[[dnas]]
file = 'dist/cc-tuts.dna.json'
hash = 'QmNYoqbLPDznEPGpm9iNDc9e5JmarrRqBuYiBvStnf47oZ'
id = '__cc_tuts'
[[instances]]
agent = 'hc-run-agent'
dna = '__cc_tuts'
id = '__cc_tuts'
[instances.storage]
type = 'memory'
[[interfaces]]
admin = false
choose_free_port = false
id = 'cc_tuts_ui'
[[interfaces.instances]]
alias = 'test-instance'
id = '__cc_tuts'
[interfaces.driver]
port = 50001
type = 'websocket'
[[ui_bundles]]
id = 'cc_tuts_ui'
root_dir = '../gui'
[[ui_interfaces]]
bind_address = '127.0.0.1'
bundle = 'cc_tuts_ui'
dna_interface = 'cc_tuts_ui'
id = 'cc_tuts_ui'
port = 8888
reroute_to_root = false
[logger]
state_dump = true
type = 'debug'
[logger.rules]
rules = []
[network]
sim2h_url = 'ws://localhost:9000'
type = 'sim2h'
[passphrase_service]
type = 'cmd'
[signals]
consistency = false
trace = false