1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 08:12:40 +01:00

Correct a mistaken path in the "Advanced Configuration" documentation

Summary: Ref PHI2071. This path is incorrect; the correct path is `local.json`.

Test Plan: Looked in my `conf/local/` directory.

Differential Revision: https://secure.phabricator.com/D21663
This commit is contained in:
epriestley 2021-04-30 08:32:17 -07:00
parent 1b54afdce5
commit bf889c1c08

View file

@ -21,7 +21,7 @@ to lowest priority:
- **Database**: Values are stored in the database and edited from the web UI - **Database**: Values are stored in the database and edited from the web UI
by administrators. They have the highest priority and override other by administrators. They have the highest priority and override other
settings. settings.
- **Local**: Values are stored in `conf/local/config.json` and edited by - **Local**: Values are stored in `conf/local/local.json` and edited by
running `bin/config`. running `bin/config`.
- **Config Files**: Values are stored in a config file in `conf/`. The file - **Config Files**: Values are stored in a config file in `conf/`. The file
to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the