Skip to content

Commit 88bb06e

Browse files
Env var docs (inventree#8499)
- Add example for specifying a list value - Closes inventree#8410
1 parent 3037243 commit 88bb06e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/docs/start/config.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Environment variable settings generally use the `INVENTREE_` prefix, and are all
4646
!!! warning "Available Variables"
4747
Some configuration options cannot be set via environment variables. Refer to the documentation below.
4848

49+
#### List Values
50+
51+
To specify a list value in an environment variable, use a comma-separated list. For example, to specify a list of trusted origins:
52+
53+
```bash
54+
INVENTREE_TRUSTED_ORIGINS='https://inventree.example.com:8443,https://stock.example.com:8443'
55+
```
56+
4957
## Basic Options
5058

5159
The following basic options are available:

0 commit comments

Comments
 (0)