You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: SERVER.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ All endpoints require appropriate authentication (API key or JWT where specified
185
185
186
186
```bash
187
187
# Install core security dependencies
188
-
pip install -r requirements_backend.txt
188
+
pip install -r requirements.txt
189
189
190
190
```
191
191
@@ -212,12 +212,15 @@ RATE_LIMIT_WINDOW=60
212
212
### Note
213
213
214
214
-**In password field do not put your gmail password. It must be app password more information [here](https://www.hostpapa.com/knowledgebase/how-to-create-and-use-google-app-passwords/)**
215
-
-**Highly recommend using [ngrok](https://ngrok.com/) for tunneling
215
+
-**Highly recommend using [ngrok](https://ngrok.com/) for tunneling**
0 commit comments