> ## 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

> Configuration guide for Locker Secrets Manager

## 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:

```yaml theme={null}
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`
