Skip to content

Commit 433008d

Browse files
committed
udpate
1 parent 2894d3f commit 433008d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

markdown/ai-bootcamp/ai-bootcamp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,9 @@ This step is involved with running SAM enterprise with the new files generated.
231231
```
232232
1. Open `.env` file and make the following changes
233233
- `SOLACE_BROKER_URL="ws://solace:8008"` - Update the broker URL to use the solace broker container
234-
- `FASTAPI_HOST="0.0.0.0"` - This where the webUI Gateway is hosted on the SAM Enterprise container. We change it to `0.0.0.0` to make sure its accessed by host IP
234+
- `FASTAPI_HOST="0.0.0.0"` - This where the webUI Gateway is hosted on the SAM Enterprise container. We change it to `0.0.0.0` to make sure its reachable by host
235235
- `FASTAPI_PORT="8001"`- In case your solace broker has port 8000 exposed
236+
- `WEB_UI_GATEWAY_DATABASE_URL="sqlite:///data/webui_gateway.db"` Change your Web UI Gateway Database to use a relative path on your broker instead
236237
237238
This is the final `.env` file
238239
```

0 commit comments

Comments
 (0)