Created
April 30, 2019 18:36
-
-
Save samrose/0d4ff579b1a43204a97631a07c47331e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 = ".*" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dvrqa3zhfd8v5prvh5i6181avls2cr0z-envoy