mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Merge pull request #121 from inventree/fixes
Update config.yaml example file
This commit is contained in:
commit
d3f5b218c6
@ -11,7 +11,7 @@ database:
|
|||||||
# or specify database options using environment variables
|
# or specify database options using environment variables
|
||||||
|
|
||||||
# Refer to the django documentation for full list of options
|
# Refer to the django documentation for full list of options
|
||||||
|
|
||||||
# --- Available options: ---
|
# --- Available options: ---
|
||||||
# ENGINE: Database engine. Selection from:
|
# ENGINE: Database engine. Selection from:
|
||||||
# - sqlite3
|
# - sqlite3
|
||||||
@ -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:
|
||||||
@ -114,7 +117,7 @@ allowed_hosts:
|
|||||||
cors:
|
cors:
|
||||||
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
||||||
allow_all: True
|
allow_all: True
|
||||||
|
|
||||||
# CORS_ORIGIN_WHITELIST - A list of origins that are authorized to make cross-site HTTP requests. Defaults to []
|
# CORS_ORIGIN_WHITELIST - A list of origins that are authorized to make cross-site HTTP requests. Defaults to []
|
||||||
# whitelist:
|
# whitelist:
|
||||||
# - https://example.com
|
# - https://example.com
|
||||||
@ -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']
|
||||||
|
@ -4,7 +4,7 @@ title: Release 0.2.3
|
|||||||
|
|
||||||
## Release 0.2.3
|
## Release 0.2.3
|
||||||
|
|
||||||
Release 0.2.3 provides a number of major new features and improvements, as well as some crucial bug fixes:
|
[Release 0.2.3](https://github.com/inventree/InvenTree/releases/tag/0.2.3) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
||||||
|
|
||||||
## New Features
|
## New Features
|
||||||
|
|
||||||
@ -16,6 +16,10 @@ Release 0.2.3 provides a number of major new features and improvements, as well
|
|||||||
|
|
||||||
[#1626](https://github.com/inventree/InvenTree/pull/1626) adds functionality which allows variants of parts to be optionally substituted in Bills of Material. This option is individually configurable per BOM line item.
|
[#1626](https://github.com/inventree/InvenTree/pull/1626) adds functionality which allows variants of parts to be optionally substituted in Bills of Material. This option is individually configurable per BOM line item.
|
||||||
|
|
||||||
|
### Docker Improvements
|
||||||
|
|
||||||
|
[#1664](https://github.com/inventree/InvenTree/pull/1664) provides major improvements to the InvenTree docker images. In particular, running in "production" mode (`INVENTREE_DEBUG=false`) now correctly handles serving of static and media files using the nginx reverse proxy.
|
||||||
|
|
||||||
## Major Bug Fixes
|
## Major Bug Fixes
|
||||||
|
|
||||||
| PR | Description |
|
| PR | Description |
|
||||||
|
14
docs/releases/0.2.4.md
Normal file
14
docs/releases/0.2.4.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: Release 0.2.4
|
||||||
|
---
|
||||||
|
|
||||||
|
## Release 0.2.4
|
||||||
|
|
||||||
|
[Release 0.2.4](https://github.com/inventree/InvenTree/releases/tag/0.2.4) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
|
||||||
|
## Major Bug Fixes
|
||||||
|
|
||||||
|
| PR | Description |
|
||||||
|
| --- | --- |
|
@ -8,7 +8,8 @@ For information on the latest and greatest InvenTree features, refer to the rele
|
|||||||
|
|
||||||
| Release | Date |
|
| Release | Date |
|
||||||
| ------- | ---- |
|
| ------- | ---- |
|
||||||
| [0.2.3](./0.2.3.md) | *In Developement* |
|
| [0.2.4](./0.2.4.md) | *In development* |
|
||||||
|
| [0.2.3](./0.2.3.md) | June 2021 |
|
||||||
| [0.2.2](./0.2.2.md) | May 2021 |
|
| [0.2.2](./0.2.2.md) | May 2021 |
|
||||||
| [0.2.1](./0.2.1.md) | April 2021 |
|
| [0.2.1](./0.2.1.md) | April 2021 |
|
||||||
| [0.2.0](./0.2.0.md) | April 2021 |
|
| [0.2.0](./0.2.0.md) | April 2021 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user