Skip to content

Instantly share code, notes, and snippets.

@wolfg1969
Created December 13, 2012 01:45
Show Gist options
  • Select an option

  • Save wolfg1969/4273349 to your computer and use it in GitHub Desktop.

Select an option

Save wolfg1969/4273349 to your computer and use it in GitHub Desktop.
phabricator custom configuration
<?php
return array(
//'phabricator.setup' => true,
'phabricator.base-uri' => 'http://pb-server.yourdomain/',
'mysql.host' => 'localhost',
'mysql.user' => 'root',
'mysql.pass' => 'passwd',
'metamta.default-address' => 'noreply@pb-server.yourdomain',
'metamta.domain' => 'yourdomain',
'phabricator.timezone' => 'Asia/Shanghai',
'storage.mysql-engine.max-size' => 0,
'storage.local-disk.path' => '/opt/phabricator/storage-local',
'storage.upload-size-limit' => '10M',
'pygments.enabled' => true,
) + phabricator_read_config_file('production');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment