From bf889c1c083e797fb8ed511f1b31aa7dba3ec0dd Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 30 Apr 2021 08:32:17 -0700 Subject: [PATCH] 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 --- src/docs/user/configuration/advanced_configuration.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/advanced_configuration.diviner b/src/docs/user/configuration/advanced_configuration.diviner index 5721ffd597..690b51ea04 100644 --- a/src/docs/user/configuration/advanced_configuration.diviner +++ b/src/docs/user/configuration/advanced_configuration.diviner @@ -21,7 +21,7 @@ to lowest priority: - **Database**: Values are stored in the database and edited from the web UI by administrators. They have the highest priority and override other 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`. - **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 -- 2.51.2