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
I have a load testing script that computes a payload to send to an exchange. I wanted to be able to parameterize the connection so that I could easily point the load test at the different environments for my application, however when I try to do so (for example, setting Host to ${AMQP_HOST}), it just uses that plain string as the host rather than evaluating the hostname.
The text was updated successfully, but these errors were encountered:
I have a load testing script that computes a payload to send to an exchange. I wanted to be able to parameterize the connection so that I could easily point the load test at the different environments for my application, however when I try to do so (for example, setting Host to
${AMQP_HOST}
), it just uses that plain string as the host rather than evaluating the hostname.The text was updated successfully, but these errors were encountered: