Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/reference/configuration/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ auth:

# Database info used for server.
database:
# Database type, supported types include mysql, mariadb and postgres.
# Database type, supported types include mysql, mariadb, postgres and polardb.
type: mysql
# Mysql configure.
mysql:
Expand All @@ -123,6 +123,14 @@ database:
sslMode: disable
timezone: UTC
migrate: true
# Polardb configure.
polardb:
user: dragonfly
password: dragonfly
# addrList format: "host1:port1" or "host1:port1,host2:port2" for HA.
addrList: 127.0.0.1:8527
dbname: manager
migrate: true
# tlsConfig: preferred
# tls:
# # Client certificate file path.
Expand Down