We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eed62 commit 1de7a9dCopy full SHA for 1de7a9d
website/my-website/docs/getting-started/getting-started.md
@@ -55,10 +55,7 @@ ngrok authtoken YOUR_AUTHTOKEN
55
### Start ngrok Tunnel
56
57
```bash
58
-# Start your application first
59
-python dnd_gamemaster.py --port 8000
60
-
61
-# In a separate terminal, create tunnel
+# Create tunnel in terminal
62
ngrok http 8000
63
```
64
@@ -115,7 +112,7 @@ DND_PASSWORD=dnd_pass123
115
112
116
113
**Important:**
117
114
- Replace `abc123.ngrok.io` with your actual ngrok URL
118
- - Include the username:password if using custom credentials
+ - Include the custom username:password if using custom credentials, otherwise keep dnd_user:dnd_pass123
119
120
## 6. Environment Configuration
121
0 commit comments