From 2f218ac745d5d29a0b3721f8c829c05433b6d726 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 14 Sep 2011 08:15:34 -0700 Subject: [PATCH] Provide more thorough defaults in the configuration guide template Summary: Feedback from @makinde. These are easy (and necessary) to configure so we might as well give the user a heads up. Test Plan: Regenerated the documentation and read "Configuration Guide". Reviewers: Makinde, jungejason, nh, tuomaspelkonen, aran Reviewed By: Makinde CC: aran, Makinde Differential Revision: 929 --- src/docs/configuration/configuration_guide.diviner | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/docs/configuration/configuration_guide.diviner b/src/docs/configuration/configuration_guide.diviner index 660889092c..02473da22a 100644 --- a/src/docs/configuration/configuration_guide.diviner +++ b/src/docs/configuration/configuration_guide.diviner @@ -40,6 +40,18 @@ in the file: // Use "https://" if you have SSL. See below for some notes. 'phabricator.base-uri' => 'http://phabricator.example.com/', + // Connection information for MySQL. + 'mysql.host' => 'localhost', + 'mysql.user' => 'root', + 'mysql.pass' => 'trustno1hunter2', + + // Basic email domain configuration. + 'metamta.default-address' => 'noreply@phabricator.example.com', + 'metamta.domain' => 'phabricator.example.com', + + // NOTE: Check default.conf.php for detailed explanations of all the + // configuration options, including these. + ) + phabricator_read_config_file('production'); For the last line, you can also use ##'development'## instead of