Lowercase botserver/botbook references
This commit is contained in:
parent
5a20b23c00
commit
d573eb4256
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue