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) ↓ Tauri IPC (invoke)
Rust #[tauri::command] Rust #[tauri::command]
↓ HTTP (reqwest) ↓ HTTP (reqwest)
BotServer API botserver API
Business Logic + Database Business Logic + Database
``` ```
@ -327,7 +327,7 @@ target/release/bundle/
## Environment Variables ## Environment Variables
```bash ```bash
BOTSERVER_URL=http://localhost:8081 # BotServer location BOTSERVER_URL=http://localhost:8081 # botserver location
TAURI_DEBUG=1 # Debug mode TAURI_DEBUG=1 # Debug mode
``` ```