Skip to content

Instantly share code, notes, and snippets.

@freesig
Created November 1, 2019 04:40
Show Gist options
  • Save freesig/4370676c0d22c11694656f7dc0cbf099 to your computer and use it in GitHub Desktop.
Save freesig/4370676c0d22c11694656f7dc0cbf099 to your computer and use it in GitHub Desktop.
Bob's conductor config
[[agents]]
id = 'bob'
keystore_file = 'agent2.key'
name = 'Bob'
public_address = 'HcSCj4uMm999rT4B6kfgSYx6ONfg3misvoV76JI9J57KM89ejVf4uwhm7Mm6f7i'
test_agent = true
[[dnas]]
file = '/Users/tomgowan/holochain/testing_tuts/cc_tuts/dist/cc_tuts.dna.json'
hash = 'QmYBFAJhF6t8tz4VgYMqcov1vZeiSs3iWUmHDcQ6C8ckD1'
id = 'hc-run-dna'
[[instances]]
agent = 'bob'
dna = 'hc-run-dna'
id = 'test-instance'
[instances.storage]
type = 'memory'
[[interfaces]]
admin = true
id = 'websocket-interface'
[[interfaces.instances]]
id = 'test-instance'
[interfaces.driver]
port = 3402
type = 'websocket'
[logger]
state_dump = true
type = 'debug'
[logger.rules]
rules = []
[network]
type = 'sim2h'
sim2h_url = 'wss://0.0.0.0:9001'
[passphrase_service]
type = 'cmd'
[signals]
consistency = false
trace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment