mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
fixing syntax issue in phabricator settings
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"phd.pid-directory" : "/var/run/phabricator/",
|
||||
"phd.log-directory" : "/var/log/phabricator/",
|
||||
"phd.user" : "{{ phabricator_daemon_user }}",
|
||||
"pygments.enabled" : "true",
|
||||
"pygments.enabled" : true,
|
||||
"storage.local-disk.path" : "{{ phabricator_filedir }}",
|
||||
"repository.default-local-path" : "{{ phabricator_repodir }}",
|
||||
"environment.append-paths" : ["/usr/libexec/git-core/"],
|
||||
|
||||
Reference in New Issue
Block a user