<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) &gt; [baseUrlUnderTest](./case-boundary.contractcaseboundaryconfig.baseurlundertest.md)

## ContractCaseBoundaryConfig.baseUrlUnderTest property

> Warning: This API is now obsolete.
>
> This will be moved to a config property that allows configuration for arbitrary mocks

The base URL for your real server, if you are testing an http server.

**Signature:**

```typescript
readonly baseUrlUnderTest?: string;
```
