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 @Daxcor69! Thanks for submitting this request. I can't make any guarantees with regards to other products, but I'll certainly pass your feedback along to our engineering team for future consideration. Thanks again! :)
I am trying to add the following to my config,
from
api_addr = "http://10.10.10.x:8200"
cluster_addr = "https://10.10.10.x:8201"
to
api_addr = "http://{{ GetInterfaceIP "enp94s0f1" }}:8200"
cluster_addr = "https://{{ GetInterfaceIP "enp94s0f1" }}:8201"
Because there is no templating, I have to edit each server config. This is counter productive and differs from your other product offering.
Thanks
The text was updated successfully, but these errors were encountered: