You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I can't find this in the github repo or in the code , but is there any way to load mappings and other configurations from a file?
I am looking at the code and it seems that the map vhost to backend is mainly being held in memory and load through the cli .
I personally need this to guarantee that on failure the apps comes back with the same conf (could be done with systemd hooks , but a config file would be nicer?)
Thank you for putting this on github , been waiting for something like this for quite a while.
The text was updated successfully, but these errors were encountered:
There is no config file for amqpprox. The main reason for this the awkwardness around synchronising up front/static config with dynamic config updates.
As described in #58 - our setup is similar to how you describe, our start script for the proxy invokes amqpprox, and then also sends it all of the config known up front.
Hey @adamncasey no worries, i will let systemd populate the config post start , and unblock with iptables once its al ready . thank you for this product!
Hi!
I can't find this in the github repo or in the code , but is there any way to load mappings and other configurations from a file?
I am looking at the code and it seems that the map vhost to backend is mainly being held in memory and load through the cli .
I personally need this to guarantee that on failure the apps comes back with the same conf (could be done with systemd hooks , but a config file would be nicer?)
Thank you for putting this on github , been waiting for something like this for quite a while.
The text was updated successfully, but these errors were encountered: