Spaces:
Running
Running
fix: fix installation documentation overview links (#1209)
Browse filesCo-authored-by: Cihan Cinar <“[email protected]”>
Co-authored-by: Nathan Sarrazin <[email protected]>
docs/source/installation/docker.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Running on Docker
|
2 |
|
3 |
-
Pre-built docker images are provided with and without MongoDB built in. Refer to the [configuration section](
|
4 |
|
5 |
```bash
|
6 |
# Without built-in DB
|
|
|
1 |
# Running on Docker
|
2 |
|
3 |
+
Pre-built docker images are provided with and without MongoDB built in. Refer to the [configuration section](../configuration/overview) for env variables that must be provided. We recommend using the `--env-file` option to avoid leaking secrets into your shell history.
|
4 |
|
5 |
```bash
|
6 |
# Without built-in DB
|
docs/source/installation/local.md
CHANGED
@@ -4,7 +4,7 @@ You may start an instance locally for non-production use cases. For production u
|
|
4 |
|
5 |
## Configuration
|
6 |
|
7 |
-
The default config for Chat UI is stored in the `.env` file. You will need to override some values to get Chat UI to run locally. Start by creating a `.env.local` file in the root of the repository as per the [configuration section](
|
8 |
|
9 |
```ini
|
10 |
MONGODB_URL=<the URL to your MongoDB instance>
|
|
|
4 |
|
5 |
## Configuration
|
6 |
|
7 |
+
The default config for Chat UI is stored in the `.env` file. You will need to override some values to get Chat UI to run locally. Start by creating a `.env.local` file in the root of the repository as per the [configuration section](../configuration/overview). The bare minimum config you need to get Chat UI to run locally is the following:
|
8 |
|
9 |
```ini
|
10 |
MONGODB_URL=<the URL to your MongoDB instance>
|