1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

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
This commit is contained in:
Zero King 2023-11-11 10:20:35 +08:00
parent 87e9c936ad
commit c97a50472c

View file

@ -28,7 +28,7 @@ Databases
========= =========
Each Phorge application has its own database. The names are prefixed by Each Phorge application has its own database. The names are prefixed by
`phorge_` (this is configurable). `phabricator_` (this is configurable with `storage.default-namespace`).
Phorge uses a separate database for each application. To understand why, Phorge uses a separate database for each application. To understand why,
see @{article:Why does Phorge need so many databases?}. see @{article:Why does Phorge need so many databases?}.