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

# Cấu hình

> Hướng dẫn cấu hình Locker Secrets Manager

## Cấu hình

### mysql\_address

Đối với địa chỉ của máy chủ MySQL mà Fleet nên kết nối, bao gồm tên máy chủ và cổng.

* Giá trị mặc định: `localhost:3306`
* Biến môi trường: `FLEET_MYSQL_ADDRESS`
* Định dạng tệp cấu hình:

```yaml theme={null}
mysql:
  address: localhost:3306
```

### mysql\_database

Đây là tên của cơ sở dữ liệu MySQL mà Fleet sẽ sử dụng.

* Giá trị mặc định: `fleet`
* Biến môi trường: `FLEET_MYSQL_DATABASE`
