@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
src/docs/user/configuration/advanced_configuration.diviner
··· 21 21 - **Database**: Values are stored in the database and edited from the web UI 22 22 by administrators. They have the highest priority and override other 23 23 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 25 25 running `bin/config`. 26 26 - **Config Files**: Values are stored in a config file in `conf/`. The file 27 27 to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the