append phabricator install playbook to gitlab-dev host playbook
This commit is contained in:
parent
2fe79b3f2d
commit
3295ad078a
3 changed files with 96 additions and 0 deletions
18
files/gitlab/phabricator.conf.php
Normal file
18
files/gitlab/phabricator.conf.php
Normal 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');
|
Loading…
Add table
Add a link
Reference in a new issue