removing config option that's causing problems
This commit is contained in:
parent
1237bab5e5
commit
fa93d23044
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@
|
|||
"environment.append-paths" : ["/usr/libexec/git-core/"],
|
||||
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
|
||||
"diffusion.ssh-host" : "git.{{ external_hostname }}",
|
||||
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",
|
||||
"ui.header-color" : "{{ phabricator_header_color }}",
|
||||
"metamta.default-address" : "phabricator@{{ phabricator_mail_domain }}",
|
||||
"metamta.domain" : "{{ phabricator_mail_domain }}",
|
||||
|
@ -35,7 +34,7 @@
|
|||
"PhabricatorApplicationOAuthServer" : true,
|
||||
"PhabricatorApplicationPhortune" : true
|
||||
}
|
||||
{% if deployment_type == "qa-stg" %}
|
||||
{% if deployment_type == "qa-stg-ignore-for-now" %}
|
||||
,"load-libraries": {
|
||||
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue