adding phabricator-welcome file and updating config template
This commit is contained in:
parent
d29660460c
commit
af120e0a11
2 changed files with 17 additions and 1 deletions
|
@ -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 }}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue