@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 default database prefix in documentation

Summary: Default value of `storage.default-namespace` is still `phabricator`. Correct documentation about this.

Test Plan: Compare documentation with src/applications/config/option/PhabricatorMySQLConfigOptions.php.

Reviewers: O1 Blessed Committers, speck

Reviewed By: O1 Blessed Committers, speck

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25463

+1 -1
+1 -1
src/docs/contributor/database.diviner
··· 28 28 ========= 29 29 30 30 Each Phorge application has its own database. The names are prefixed by 31 - `phorge_` (this is configurable). 31 + `phabricator_` (this is configurable with `storage.default-namespace`). 32 32 33 33 Phorge uses a separate database for each application. To understand why, 34 34 see @{article:Why does Phorge need so many databases?}.