Skip to content

Commit 078afdd

Browse files
committed
Add ALLOWED_HOSTS to docs
1 parent ae4c09e commit 078afdd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

web/docs/getting-started/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You can configure the LLMStack installation by editing the `.env` file in the ro
1515
| `WEAVIATE_VOLUME` | Path to the directory where the weaviate data will be stored. By default, data is stored in `/tmp` which is ephemeral. Make sure to change this to a persistent directory if you want to persist the data. | `/tmp/weaviate_llmstack` |
1616
| `LLMSTACK_PORT` | Port on which the LLMStack web server will listen. | `3000` |
1717
| `LOG_LEVEL` | Log level for the LLMStack web server. | `ERROR` |
18+
| `ALLOWED_HOSTS` | Comma separated list of allowed hosts for the LLMStack API server server. | `localhost` |
1819

1920
## Default Platform Keys
2021

web/docs/getting-started/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ LLMStack comes with a default admin account whose credentials are `admin` and `p
4545
loop
4646
/>
4747

48+
:::note
49+
If you are deploying LLMStack on a server, make sure to update `ALLOWED_HOSTS` in `.env` file to include the hostname of your server. Refer to the [configuration](config.md) section for more information.
50+
:::
51+
4852
Instead of downloading the release, you can also clone the repository and run the above commands in the cloned repository.
4953

5054
```

0 commit comments

Comments
 (0)