Skip to content

Commit bd344f8

Browse files
committedApr 11, 2025··
Fix code type on tunnel README.md
1 parent 45ca5ab commit bd344f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎plain-tunnel/plain/tunnel/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ tunnel = {cmd = "plain tunnel $PLAIN_DEV_URL --subdomain myappname --quiet"}
1919

2020
To show a tunnel URL (whether you are using `plain.tunnel` or not), you can add `PLAIN_DEV_TUNNEL_URL` to your local `.env` file.
2121

22-
```env
22+
```bash
2323
PLAIN_DEV_TUNNEL_URL=https://myappname.plaintunnel.com
2424
```
2525

2626
![](https://assets.plainframework.com/docs/plain-dev-tunnel.png)
2727

2828
Depending on your setup, you may need to add your tunnel to the `settings.ALLOWED_HOSTS`, which can be done in `settings.py` or in your dev `.env`.
2929

30-
```env
30+
```bash
3131
PLAIN_ALLOWED_HOSTS='["*"]'
3232
```
3333

0 commit comments

Comments
 (0)