# HealthCheckConfig

`interface` in `types` · v0.7.1

<https://docs.seedcord.org/packages/types/0.7.1/interfaces/health-check-config>

Health-check HTTP server settings.

```ts
interface HealthCheckConfig
```

## Properties

### host

```ts
host: string;
```

Host/interface to bind. Omit to bind all interfaces.

### path

```ts
path: string;
```

Path the health-check server responds on.

### port

```ts
port: number;
```

Port the health-check server listens on.
