2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-08-23 20:25:58 +00:00

Config file docs (#438)

* Remove misleading hard-coded config file path

* Clean up documentation about configuration file
This commit is contained in:
Oliver
2023-02-04 09:16:30 +11:00
committed by GitHub
parent a707538e5b
commit 49ac67ff9b
2 changed files with 13 additions and 10 deletions

View File

@@ -206,9 +206,8 @@ mysql> EXIT;
Once the required software packages are installed and the database has been created, the InvenTree server options must be configured.
InvenTree configuration can be performed using environment variables, or the `config.yaml` file (or a combination of both).
Edit the configuration file at `/home/inventree/src/InvenTree/config.yaml`.
!!! tip "Configuration Options"
InvenTree configuration can be performed using environment variables, or the `config.yaml` configuration file (or a combination of both).
!!! info "Config Guidelines"
Refer to the [configuration guidelines](./config.md) for full details.