Lowercase botserver/botbook references

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-12 23:20:08 -03:00
parent 5a20b23c00
commit d573eb4256

View file

@ -111,7 +111,7 @@ Native UI (HTML/CSS/JS)
↓ Tauri IPC (invoke)
Rust #[tauri::command]
↓ HTTP (reqwest)
BotServer API
botserver API
Business Logic + Database
```
@ -327,7 +327,7 @@ target/release/bundle/
## Environment Variables
```bash
BOTSERVER_URL=http://localhost:8081 # BotServer location
BOTSERVER_URL=http://localhost:8081 # botserver location
TAURI_DEBUG=1 # Debug mode
```