diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index 755b7942ae..4bea8e0a9a 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -1,7 +1,7 @@ { "phabricator.base-uri" : "https:\/\/phab.{{ external_hostname }}\/", - "log.ssh.path" : "\/var\/log\/phabricator\/ssh.log" - "log.access.path" : "\/var\/log\/phabricator\/access.log" + "log.ssh.path" : "\/var\/log\/phabricator\/ssh.log", + "log.access.path" : "\/var\/log\/phabricator\/access.log", "mysql.host" : "{{ mariadb_host }}", "mysql.user" : "{{ mariadb_user }}", "mysql.pass" : "{{ mariadb_password }}",