# IServerConfig

## Content

# Interface: IServerConfig

## Table of contents

### Properties

- [httpServer](IServerConfig#httpserver)
- [path](IServerConfig#path)
- [port](IServerConfig#port)

## Properties

### <a id="httpserver" name="httpserver"></a> httpServer

• `Optional` **httpServer**: `Server` \| `Server` \| `Http2SecureServer` \| `Http2Server`

___

### <a id="path" name="path"></a> path

• `Optional` **path**: `string`

The request path for the server. Defaults to '/collaboration/'.

___

### <a id="port" name="port"></a> port

• `Optional` **port**: `number`
