# HttpServerConfig

`interface` in `http` · v0.1.0

<https://docs.seedcord.org/packages/http/0.1.0/interfaces/http-server-config>

Config for a long-running node server. Pass to `new Seedcord(config).start(port)`.

```ts
interface HttpServerConfig extends Config
```

## Properties

### healthCheck

```ts
healthCheck: HealthCheckOption;
```

The health-check server. `false` disables it, `true` or omit for the defaults, an object configures it.

### runtime

```ts
runtime: "server";
```
