mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
more tweaks and fixes for phabricator
This commit is contained in:
@@ -28,7 +28,7 @@ opcache.max_accelerated_files=4000
|
||||
|
||||
; When disabled, you must reset the OPcache manually or restart the
|
||||
; webserver for changes to the filesystem to take effect.
|
||||
opcache.validate_timestamps=1
|
||||
opcache.validate_timestamps=0
|
||||
|
||||
; How often (in seconds) to check file timestamps for changes to the shared
|
||||
; memory storage allocation. ("1" means validate once per second, but only
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"metamta.domain" : "{{ external_hostname }}",
|
||||
"metamta.reply-handler-domain" : "{{ external_hostname }}",
|
||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||
"auth.email-domains" : "fedoraproject.org",
|
||||
"auth.email-domains" : ["fedoraproject.org"],
|
||||
"phabricator.uninstalled-applications" : {
|
||||
"PhabricatorApplicationPhame" : true,
|
||||
"PhabricatorApplicationDiviner" : true,
|
||||
|
||||
Reference in New Issue
Block a user