Skip to content

Commit 1de7a9d

Browse files
committed
08/18/2025
1 parent 40eed62 commit 1de7a9d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

website/my-website/docs/getting-started/getting-started.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ ngrok authtoken YOUR_AUTHTOKEN
5555
### Start ngrok Tunnel
5656

5757
```bash
58-
# Start your application first
59-
python dnd_gamemaster.py --port 8000
60-
61-
# In a separate terminal, create tunnel
58+
# Create tunnel in terminal
6259
ngrok http 8000
6360
```
6461

@@ -115,7 +112,7 @@ DND_PASSWORD=dnd_pass123
115112

116113
**Important:**
117114
- Replace `abc123.ngrok.io` with your actual ngrok URL
118-
- Include the username:password if using custom credentials
115+
- Include the custom username:password if using custom credentials, otherwise keep dnd_user:dnd_pass123
119116

120117
## 6. Environment Configuration
121118

0 commit comments

Comments
 (0)