2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-04 08:12:52 +00:00

feat(docs): add admin center docs (#9646)

* add admin center docs

* add basic system settings docs
This commit is contained in:
Matthias Mair
2025-05-08 11:20:33 +02:00
committed by GitHub
parent 41f1670aa2
commit e3ff840908
7 changed files with 39 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ title: InvenTree Configuration
## InvenTree Configuration
While many InvenTree options can be configured at "run time", there are a number of system configuration parameters which need to be set *before* running InvenTree. Admin users will need to adjust the InvenTree installation to meet the particular needs of their setup. For example, pointing to the correct database backend, or specifying a list of allowed hosts.
While many InvenTree options can be configured at "run time" (see [System Settings](../settings/admin.md#system-settings)), there are a number of system configuration parameters which need to be set *before* running InvenTree. Admin users will need to adjust the InvenTree installation to meet the particular needs of their setup. For example, pointing to the correct database backend, or specifying a list of allowed hosts.
InvenTree system settings can be specified either via environment variables, or in a configuration file.