We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ca5ab commit bd344f8Copy full SHA for bd344f8
plain-tunnel/plain/tunnel/README.md
@@ -19,15 +19,15 @@ tunnel = {cmd = "plain tunnel $PLAIN_DEV_URL --subdomain myappname --quiet"}
19
20
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.
21
22
-```env
+```bash
23
PLAIN_DEV_TUNNEL_URL=https://myappname.plaintunnel.com
24
```
25
26

27
28
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`.
29
30
31
PLAIN_ALLOWED_HOSTS='["*"]'
32
33
0 commit comments