blob: f15abc8ded21bd51265bd001de579247fb3f8f15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
return array(
'phabricator.base-uri' => 'http://{{domain}}/',
'mysql.host' => 'localhost',
'mysql.user' => 'root',
'metamta.default-address' => 'phabricator@{{domain}}',
'metamta.domain' => '{{domain}}',
'phabricator.timezone' => 'America/New_York',
'pygments.enabled' => true,
// NOTE: Check default.conf.php for detailed explanations of all the
// configuration options, including these.
) + phabricator_read_config_file('production');
|