making local config json for phab valid json
This commit is contained in:
parent
60e51dd625
commit
3246e7ff74
1 changed files with 2 additions and 2 deletions
|
@ -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 }}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue