1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 01:02:42 +01:00

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
This commit is contained in:
epriestley 2016-04-14 14:58:31 -07:00
parent 7852ec1619
commit fad9e043c3

View file

@ -37,7 +37,7 @@ Configuring Replicas
==================== ====================
Once your replicas are in working order, tell Phabricator about them by Once your replicas are in working order, tell Phabricator about them by
configuring the `cluster.database` option. This option must be configured from configuring the `cluster.databases` option. This option must be configured from
the command line or in configuration files because Phabricator needs to read the command line or in configuration files because Phabricator needs to read
it //before// it can connect to databases. it //before// it can connect to databases.