2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 10:15:33 +00:00

Update configuration documentation (#342)

* Update docs for config.yaml

(cherry picked from commit eb7d4bb251f8c59f4dba2ebce67e6a3d27bd233e)

* Add more settings

(cherry picked from commit 70cf34c7afaef23133d3215e957add6ffa3a4928)

* Config docs cleanup

* Update docker dev quickstart guide

* plugin settings

* Document currency support

* Add extra information for secret_key

* Slight tweaks to docker setup guide
This commit is contained in:
Oliver
2022-07-31 19:26:49 +10:00
committed by GitHub
parent b1f614bacf
commit ecd29e9b4d
4 changed files with 97 additions and 49 deletions

View File

@ -34,6 +34,7 @@ To get "up and running" with a development environment, complete with a set of [
```bash
git clone https://github.com/inventree/InvenTree.git && cd InvenTree
docker compose run inventree-dev-server invoke install
docker compose run inventree-dev-server invoke setup-test
docker compose up -d
```