interface HealthCheckMysqlConfig {
    user: string;
}

Properties

Properties

user: string

MySQL user to use for the health check.