---
title: "Web"
description: "With the web.conf you can configure the host and port for local network connections. You can find an example below."
stack: "Community Stack (open source) — version 0.21.0"
stack_version: "0.21.0"
stack_comparison: https://docs.walt.id/community-vs-enterprise.md
canonical_url: https://docs.walt.id/community-stack/issuer/configurations/config-files/web
generated: 2026-07-20
---
# Web

With the `web.conf` you can configure the host and port for local network connections. You 
can find an example below.

### Example

```editorconfig[web.conf]
webHost = "0.0.0.0"
webPort = "7002"
```
