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
Copy file name to clipboardExpand all lines: markdown/ai-bootcamp/ai-bootcamp.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,8 +231,9 @@ This step is involved with running SAM enterprise with the new files generated.
231
231
```
232
232
1. Open `.env` file and make the following changes
233
233
- `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
235
235
- `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
0 commit comments