Skip to content

Commit 2f218ac

Browse files
author
epriestley
committedSep 14, 2011
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
1 parent a42f116 commit 2f218ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎src/docs/configuration/configuration_guide.diviner

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ in the file:
4040
// Use "https://" if you have SSL. See below for some notes.
4141
'phabricator.base-uri' => 'http://phabricator.example.com/',
4242

43+
// Connection information for MySQL.
44+
'mysql.host' => 'localhost',
45+
'mysql.user' => 'root',
46+
'mysql.pass' => 'trustno1hunter2',
47+
48+
// Basic email domain configuration.
49+
'metamta.default-address' => 'noreply@phabricator.example.com',
50+
'metamta.domain' => 'phabricator.example.com',
51+
52+
// NOTE: Check default.conf.php for detailed explanations of all the
53+
// configuration options, including these.
54+
4355
) + phabricator_read_config_file('production');
4456

4557
For the last line, you can also use ##'development'## instead of

0 commit comments

Comments
 (0)
Failed to load comments.