mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
- Add example for specifying a list value - Closes https://github.com/inventree/InvenTree/issues/8410 (cherry picked from commit 88bb06e75aa080f3d221ada41c0c877c44cada8d) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
dca5fd69ec
commit
8c13ccf59e
@ -46,6 +46,14 @@ Environment variable settings generally use the `INVENTREE_` prefix, and are all
|
|||||||
!!! warning "Available Variables"
|
!!! warning "Available Variables"
|
||||||
Some configuration options cannot be set via environment variables. Refer to the documentation below.
|
Some configuration options cannot be set via environment variables. Refer to the documentation below.
|
||||||
|
|
||||||
|
#### List Values
|
||||||
|
|
||||||
|
To specify a list value in an environment variable, use a comma-separated list. For example, to specify a list of trusted origins:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
INVENTREE_TRUSTED_ORIGINS='https://inventree.example.com:8443,https://stock.example.com:8443'
|
||||||
|
```
|
||||||
|
|
||||||
## Basic Options
|
## Basic Options
|
||||||
|
|
||||||
The following basic options are available:
|
The following basic options are available:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user