Skip to main content

Documentation Index

Fetch the complete documentation index at: https://support.locker.io/llms.txt

Use this file to discover all available pages before exploring further.

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