interface HealthCheckPgsqlConfig {
    user: string;
}

Properties

Properties

user: string

PostgreSQL user to use for the health check.