duct

Yehonathan Sharvit 2022-07-12T13:04:24.993189Z

Hi there

Yehonathan Sharvit 2022-07-12T13:04:47.433489Z

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

plins 2022-07-12T13:20:12.821449Z

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

vemv 2022-07-12T13:21:45.647479Z

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

2022-07-12T15:15:05.903069Z

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