mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Update config.yaml example file
This commit is contained in:
parent
24192f628c
commit
ef2124eb31
@ -52,6 +52,9 @@ language: en-us
|
|||||||
# Use the environment variable INVENTREE_TIMEZONE
|
# Use the environment variable INVENTREE_TIMEZONE
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
|
|
||||||
|
# Base currency code
|
||||||
|
base_currency: USD
|
||||||
|
|
||||||
# List of currencies supported by default.
|
# List of currencies supported by default.
|
||||||
# Add other currencies here to allow use in InvenTree
|
# Add other currencies here to allow use in InvenTree
|
||||||
currencies:
|
currencies:
|
||||||
@ -126,9 +129,9 @@ cors:
|
|||||||
media_root: '/home/inventree/data/media'
|
media_root: '/home/inventree/data/media'
|
||||||
|
|
||||||
# STATIC_ROOT is the local filesystem location for storing static files
|
# STATIC_ROOT is the local filesystem location for storing static files
|
||||||
# By default, it is stored under /home/inventree
|
# By default, it is stored under /home/inventree/data/static
|
||||||
# Use environment variable INVENTREE_STATIC_ROOT
|
# Use environment variable INVENTREE_STATIC_ROOT
|
||||||
static_root: '/home/inventree/static'
|
static_root: '/home/inventree/data/static'
|
||||||
|
|
||||||
# Optional URL schemes to allow in URL fields
|
# Optional URL schemes to allow in URL fields
|
||||||
# By default, only the following schemes are allowed: ['http', 'https', 'ftp', 'ftps']
|
# By default, only the following schemes are allowed: ['http', 'https', 'ftp', 'ftps']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user