digital-asset-validator-plugin icon indicating copy to clipboard operation
digital-asset-validator-plugin copied to clipboard

(Optionally) Load messenger config from geyser config file

Open linuskendall opened this issue 2 years ago • 2 comments

Currently messenger config is loaded only from environment variables. It would be helpful if it could optionally load it from the geyser config file, as this allows some more flexibility in the deployment.

linuskendall avatar Sep 22 '22 13:09 linuskendall

yes will do this after critical path is done

austbot avatar Sep 27 '22 14:09 austbot

It sounds like you're asking about a feature request for loading messenger config from a geyser config file instead of just environment variables. This could be a useful feature for some users who want more flexibility in their deployment.

To implement this feature, you would need to modify the code that loads the messenger config to check for a geyser config file and load the messenger config from there if it exists. You could also add an option to specify the path to the geyser config file in case it's not in the default location.

Do you have any specific questions about how to implement this feature?

staccDOTsol avatar Mar 25 '23 22:03 staccDOTsol

We have had the config file for a long time!

danenbm avatar Sep 06 '24 08:09 danenbm