enabling git repos on qadevel-stg and more tweaks
This commit is contained in:
parent
7f0f7f767d
commit
2a6679403e
3 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ mariadb_user: '{{ qadevel_stg_mariadb_user }}'
|
||||||
mariadb_password: '{{ qadevel_stg_mariadb_password }}'
|
mariadb_password: '{{ qadevel_stg_mariadb_password }}'
|
||||||
|
|
||||||
phabricator_db_prefix: 'phabricatorstg'
|
phabricator_db_prefix: 'phabricatorstg'
|
||||||
enable_phabricator_git: False
|
enable_phabricator_git: True
|
||||||
phabricator_vcs_user: git
|
phabricator_vcs_user: git
|
||||||
phabricator_daemon_user: phabdaemon
|
phabricator_daemon_user: phabdaemon
|
||||||
phabroot: /usr/share/
|
phabroot: /usr/share/
|
||||||
|
|
|
@ -28,7 +28,7 @@ opcache.max_accelerated_files=4000
|
||||||
|
|
||||||
; When disabled, you must reset the OPcache manually or restart the
|
; When disabled, you must reset the OPcache manually or restart the
|
||||||
; webserver for changes to the filesystem to take effect.
|
; webserver for changes to the filesystem to take effect.
|
||||||
;opcache.validate_timestamps=1
|
opcache.validate_timestamps=1
|
||||||
|
|
||||||
; How often (in seconds) to check file timestamps for changes to the shared
|
; How often (in seconds) to check file timestamps for changes to the shared
|
||||||
; memory storage allocation. ("1" means validate once per second, but only
|
; memory storage allocation. ("1" means validate once per second, but only
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
"metamta.domain" : "{{ external_hostname }}",
|
"metamta.domain" : "{{ external_hostname }}",
|
||||||
"metamta.reply-handler-domain" : "{{ external_hostname }}",
|
"metamta.reply-handler-domain" : "{{ external_hostname }}",
|
||||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||||
|
"auth.email-domains" : "fedoraproject.org",
|
||||||
"phabricator.uninstalled-applications" : {
|
"phabricator.uninstalled-applications" : {
|
||||||
"PhabricatorApplicationPhame" : true,
|
"PhabricatorApplicationPhame" : true,
|
||||||
"PhabricatorApplicationDiviner" : true,
|
"PhabricatorApplicationDiviner" : true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue