making local config json for phab valid json

This commit is contained in:
Tim Flink 2015-02-02 07:02:07 +00:00
parent 60e51dd625
commit 3246e7ff74

View file

@ -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 }}",