add ipsilon extension to phab stg
This commit is contained in:
parent
e7da5ed6a1
commit
a3bcfc15ae
1 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
||||||
"mysql.host" : "{{ mariadb_host }}",
|
"mysql.host" : "{{ mariadb_host }}",
|
||||||
"mysql.user" : "{{ mariadb_user }}",
|
"mysql.user" : "{{ mariadb_user }}",
|
||||||
"mysql.pass" : "{{ mariadb_password }}",
|
"mysql.pass" : "{{ mariadb_password }}",
|
||||||
"load-libraries" : [],
|
|
||||||
"log.access.path" : "/var/log/phabricator/access.log",
|
"log.access.path" : "/var/log/phabricator/access.log",
|
||||||
"log.ssh.path" : "/var/log/phabricator/ssh.log",
|
"log.ssh.path" : "/var/log/phabricator/ssh.log",
|
||||||
"phd.pid-directory" : "/var/run/phabricator/",
|
"phd.pid-directory" : "/var/run/phabricator/",
|
||||||
|
@ -33,11 +32,13 @@
|
||||||
"PhabricatorApplicationHarbormaster" : true,
|
"PhabricatorApplicationHarbormaster" : true,
|
||||||
"PhabricatorApplicationOAuthServer" : true,
|
"PhabricatorApplicationOAuthServer" : true,
|
||||||
"PhabricatorApplicationPhortune" : true
|
"PhabricatorApplicationPhortune" : true
|
||||||
}
|
},
|
||||||
{% if deployment_type == "qa-stg-ignore-for-now" %}
|
{% if deployment_type == "qa-stg" %}
|
||||||
,"load-libraries": {
|
"load-libraries": {
|
||||||
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
||||||
}
|
}
|
||||||
|
{% else %}
|
||||||
|
"load-libraries" : []
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue