Sidecars are installed locally on the machines running MassTransit 5 and later. This document assumes that both MySQL and MassTransit are already installed.
Note: The steps below provide basic setup instructions for .cfg files. You can find additional information in the respective .cfg files.
mt_database_username =
mt_database_password =
Enter the username and the password with which you wish to connect to the MassTransit database. This user must have permissions to read from it.
sidecar_hostname =
Enter the host name or IP address of the Sidecar.
hub_hostname =
Enter the host name or IP address of the Hub.
Note: Every time you change this configuration file, you must restart the Sidecar, in order for the changes to take effect.