adding phabricator-welcome file and updating config template

This commit is contained in:
Tim Flink 2015-02-02 06:21:04 +00:00
parent d29660460c
commit af120e0a11
2 changed files with 17 additions and 1 deletions

View file

@ -12,7 +12,7 @@ return array(
'phd.user' => '{{ phabricator_daemon_user }}',
'environment.append-paths' => ['/usr/libexec/git-core/'],
'diffusion.ssh-user' => '{{ phabricator_vcs_user }}',
'welcome.html' => '{{ lookup("file", files + "/phabricator-welcome.html") }}',
'welcome.html' => '{{ lookup("file", "phabricator-welcome.html") }}',
'ui.header-color' => '{{ phabricator_header_color }}',
'metamta.default-address' => 'phab@{{ external_hostname }}',
'metamta.domain' => '{{ external_hostname }}',