Skip to main content

Configuration

mysql_address

The address of the MySQL server that Fleet should connect to, including hostname and port.
  • Default value: localhost:3306
  • Environment variable: FLEET_MYSQL_ADDRESS
  • Configuration file format:
mysql:
  address: localhost:3306

mysql_database

This is the name of the MySQL database that Fleet will use.
  • Default value: fleet
  • Environment variable: FLEET_MYSQL_DATABASE