fixing typo in phabricator conf template

This commit is contained in:
Tim Flink 2015-05-13 20:34:53 +00:00
parent 81d27bc89b
commit 64fff12e79

View file

@ -11,7 +11,7 @@
"phd.pid-directory" : "/var/run/phabricator/",
"phd.log-directory" : "/var/log/phabricator/",
"phd.user" : "{{ phabricator_daemon_user }}",
"storage.local-disk.path" : "{{ phabricator_file_dir }}",
"storage.local-disk.path" : "{{ phabricator_filedir }}",
"environment.append-paths" : ["/usr/libexec/git-core/"],
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",