...
database_host =
host
Host is the host running the MySQL database server. Set this only if running the database on a different host than the Supervisor host itself.On Linux and Mac, setting this to the empty string (which is the default) will make the supervisor connect to the DB server running on the same host using a Unix socket.
Example
database_host = mydb
Defaults
Linux/Mac: "" (empty)
Windows: localhost