lightningrodlabs / holochain-runner

Gives a binary providing wrapped Holochain Conductor with Status Update events, and a good SIGTERM kill switch
20 stars 3 forks source link

feat: read lair password from env file key LAIR_PASSWORD #40

Closed mattyg closed 10 months ago

mattyg commented 11 months ago

Adds an option to specify an env file, and read the lair password from that file

Connoropolous commented 10 months ago

nice. are you using 0.1 stream of this, or 0.2 stream, by the way?

mattyg commented 10 months ago

I've been using 0.2, although now aiming to get all the functionality integrated into the hc sandbox (seems like its there, just quirky UX).

Connoropolous commented 10 months ago

doesnt the name "sandbox" kind of imply non production environments?

mattyg commented 10 months ago

doesnt the name "sandbox" kind of imply non production environments?

:laughing: I literally asked the same thing during a recent office hours. I think it needs a name change (and also splitting the zome call functions out into a "client" command). But yeah you can create conductor + lair configs for a production environment and then run it (as long as you work around some bugs and quirks).