Skip to content

Instantly share code, notes, and snippets.

@samrose
Created April 30, 2019 18:36
Show Gist options
  • Select an option

  • Save samrose/0d4ff579b1a43204a97631a07c47331e to your computer and use it in GitHub Desktop.

Select an option

Save samrose/0d4ff579b1a43204a97631a07c47331e to your computer and use it in GitHub Desktop.
bridges = []
persistence_dir = "/home/vagrant/.holochain/holo"
signing_service_uri = "http://localhost:8888"
[[agents]]
id = "host-agent"
name = "Envoy Host"
keystore_file = "/home/vagrant/.config/holochain/keys/HcSCIC34oWznwez78nmfQgsjS9Csew969pDvy9Fxmmopy9nidw7aX6fW8GTcupa"
public_address = "HcSCIC34oWznwez78nmfQgsjS9Csew969pDvy9Fxmmopy9nidw7aX6fW8GTcupa"
[[dnas]]
file = "../../HHA-dna-src.dna.json"
id = "holo-hosting-app"
[[dnas]]
file = "../../HAS-dna-src.dna.json"
id = "happ-store"
[[dnas]]
file = "../../holofuel.dna.json"
id = "holofuel"
[[instances]]
agent = "host-agent"
dna = "holo-hosting-app"
id = "holo-hosting-app"
[instances.storage]
path = "/home/vagrant/.holochain/holo/storage/holo-hosting-app"
type = "file"
[[instances]]
agent = "host-agent"
dna = "happ-store"
id = "happ-store"
[instances.storage]
path = "/home/vagrant/.holochain/holo/storage/happ-store"
type = "file"
[[instances]]
agent = "host-agent"
dna = "holofuel"
id = "holofuel"
[instances.storage]
path = "/home/vagrant/.holochain/holo/storage/holofuel"
type = "file"
[[interfaces]]
id = "master-interface"
admin = true
[[interfaces.instances]]
id = "holo-hosting-app"
[[interfaces.instances]]
id = "happ-store"
[interfaces.driver]
port = 1111
type = "websocket"
[[interfaces]]
id = "public-interface"
[interfaces.driver]
port = 2222
type = "websocket"
[[interfaces]]
id = "internal-interface"
[interfaces.driver]
port = 3333
type = "websocket"
[[ui_bundles]]
hash = 'Qm000'
id = 'hha-ui'
root_dir = '../../hha-ui'
[[ui_interfaces]]
bundle = 'hha-ui'
dna_interface = 'master-interface'
id = 'hha-ui-interface'
port = 8800
[[ui_bundles]]
hash = 'Qm001'
id = 'happ-store-ui'
root_dir = '../../has-ui'
[[ui_interfaces]]
bundle = 'happ-store-ui'
dna_interface = 'master-interface'
id = 'happ-store-ui-interface'
port = 8880
[logger]
type = "debug"
[[logger.rules.rules]]
color = "red"
exclude = false
pattern = "^err/"
[[logger.rules.rules]]
color = "white"
exclude = false
pattern = "^debug/dna"
[[logger.rules.rules]]
exclude = true
pattern = ".*"
@samrose
Copy link
Author

samrose commented Apr 30, 2019

dvrqa3zhfd8v5prvh5i6181avls2cr0z-envoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment