changing diffusion hostname for phabricator

This commit is contained in:
Tim Flink 2015-07-20 19:24:36 +00:00
parent f18b0062c5
commit b73e51e6da

View file

@ -16,6 +16,7 @@
"repository.default-local-path" : "{{ phabricator_repodir }}",
"environment.append-paths" : ["/usr/libexec/git-core/"],
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
"diffusion.ssh-host" : "git.{{ external_hostname }}",
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",
"ui.header-color" : "{{ phabricator_header_color }}",
"metamta.default-address" : "phabricator@{{ phabricator_mail_domain }}",