@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.

Fix bad `cluster.database` in documentation

Summary: This is mistaken.

Test Plan: Careful inspection, `grep` for other mistakes.

Reviewers: chad, eadler

Reviewed By: eadler

Differential Revision: https://secure.phabricator.com/D15717

+1 -1
+1 -1
src/docs/user/cluster/cluster_databases.diviner
··· 37 37 ==================== 38 38 39 39 Once your replicas are in working order, tell Phabricator about them by 40 - configuring the `cluster.database` option. This option must be configured from 40 + configuring the `cluster.databases` option. This option must be configured from 41 41 the command line or in configuration files because Phabricator needs to read 42 42 it //before// it can connect to databases. 43 43