From c97a50472c5b0c9f441221c6cec9d9baa5f290b8 Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 11 Nov 2023 10:20:35 +0800 Subject: [PATCH] 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 --- src/docs/contributor/database.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/contributor/database.diviner b/src/docs/contributor/database.diviner index dc553678a8..6572e42fc1 100644 --- a/src/docs/contributor/database.diviner +++ b/src/docs/contributor/database.diviner @@ -28,7 +28,7 @@ Databases ========= 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, see @{article:Why does Phorge need so many databases?}.