diff --git a/src/docs/contributor/database.diviner b/src/docs/contributor/database.diviner
--- a/src/docs/contributor/database.diviner
+++ b/src/docs/contributor/database.diviner
@@ -28,7 +28,7 @@
 =========
 
 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?}.