append phabricator install playbook to gitlab-dev host playbook

This commit is contained in:
Ricky Elrod 2013-03-16 17:55:22 +00:00
parent 2fe79b3f2d
commit 3295ad078a
3 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,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');