Fork me on GitHub
#duct
<
2022-07-12
>
Yehonathan Sharvit13:07:47

Is there a way to access the integrant system in production? I’d like to connect to my production system via NREPL. cc: @vemv

plins13:07:12

integrant.repl.state/system gives you the entire system given that you have already started it

vemv13:07:45

but at the ns name hints, that's a dev facility, correct?

Kevin15:07:05

You could manually save the state in an atom and then inspect that after connecting. Assuming all you want to do is READ the config and not WRITE to it