holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

add ability to set personas #10

Closed zippy closed 5 years ago

zippy commented 5 years ago

This pull request allows you to run multiple instances of Holoscape. From the readme:

You can run multiple instances of Holoscape by setting the HOLOSCAPE_PERSONA environment variable at startup. Note that the first time you launch Holoscape with a new persona you must also use the HOLOSCAPE_ADMIN_PORT environment to specify a unique port for the instance of Holoscape to communicate with it's conductor, like this:

HOLOSCAPE_PERSONA=my_persona HOLOSCAPE_ADMIN_PORT=4436

This value is set in the conductor config file which on linux systems you will find at ~/.config/Holoscape-<persona>/conductor-config.toml.