Skip to content

Instantly share code, notes, and snippets.

@guillemcordoba
Created June 4, 2019 17:30
Show Gist options
  • Save guillemcordoba/19f35c38df47826779ddf6be36ac5475 to your computer and use it in GitHub Desktop.
Save guillemcordoba/19f35c38df47826779ddf6be36ac5475 to your computer and use it in GitHub Desktop.
[[agents]]
id = "test_agent"
name = "HoloTester2"
public_address = "<PUBLIC ADDRESS>"
keystore_file = "/home/ubuntu/.config/holochain/keys/<NAME OF KEYSTORE FILE>"
[[dnas]]
id = "<APP NAME>"
file = "/home/ubuntu/app.dna.json"
[[instances]]
id = "test-instance"
agent = "test_agent"
dna = "<APP NAME>"
[instances.storage]
type = "file"
path = "/home/ubuntu/tmp"
[[interfaces]]
id = "websocket interface"
[[interfaces.instances]]
id = "test-instance"
[interfaces.driver]
type = "websocket"
port = 80
[network]
n3h_persistence_path = "/home/ubuntu/n3htmp"
bootstrap_nodes = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment