Recover Hue pwd from memory after discovery & connection?

I lost the filesystem on the RPi that was running my astronomical observatory with Home Assistant. I spun up a docker image on a nearby PC and copied the configs down from github and all was (mostly) fine. The one thing that didn’t work was my connection to my Hue bridge, which controls the light source for my flat panel calibration. I had someone on-site put the button on the Hue bridge and it reconnected and everything is back online.

Problem is, no phue.conf file was generated in the config directory I have docker connected to. The database and logfiles are all in order, so rw permissions seem to be ok. Remote hands are not available for a few days, so I’m looking for a way to recover what would’ve been written to the phue.conf file manually.

Any ideas? Can I read this out of the API somehow? If so, what should I query to get at it?

It is two days later, hope everything is back now. phue.conf is a legacy file, no need in new system. hue related information stores in [your_config_folder]/.storage/core.config_entries

Thanks! I see the entries there. I missed the file location detail in the component docs I suppose. Everything is behaving as expected.