> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/configuration/configuration-files/publishconfig.cfg.md).

# PublishConfig.cfg

The `PublishConfig.cfg` file contains some configuration data like

* the current test scenario at the time of closing OMrun. Thus OMrun will start up with the same test scenario as you have worked before closing OMrun.
* the publish destination for OMrun Dashboard. See the following section of PublishConfig.cfg file:

```xml
<PathConfiguration>
 <PathType>DashboardPublisherPath\</PathType>
 <PathName>C:\inetpub\wwwroot\OMdashboard\App\_Data\</PathName>
 <Remark>Default path\</Remark>
</PathConfiguration>
```
