Skip to content

Commit bf889c1

Browse files
author
epriestley
committed
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
1 parent 1b54afd commit bf889c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/user/configuration/advanced_configuration.diviner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to lowest priority:
2121
- **Database**: Values are stored in the database and edited from the web UI
2222
by administrators. They have the highest priority and override other
2323
settings.
24-
- **Local**: Values are stored in `conf/local/config.json` and edited by
24+
- **Local**: Values are stored in `conf/local/local.json` and edited by
2525
running `bin/config`.
2626
- **Config Files**: Values are stored in a config file in `conf/`. The file
2727
to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the

0 commit comments

Comments
 (0)