mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update default_vars.yml
This commit is contained in:
parent
976d655781
commit
2497ac2bd3
1 changed files with 3 additions and 3 deletions
|
@ -167,7 +167,7 @@ apache_allow_sudo: True
|
||||||
|
|
||||||
# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147
|
# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147
|
||||||
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
|
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
|
||||||
apache_raise_php_limits: False
|
apache_high_php_limits: False
|
||||||
|
|
||||||
# roles/iiab-admin runs here
|
# roles/iiab-admin runs here
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ nextcloud_enabled: False
|
||||||
# WordPress
|
# WordPress
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: False
|
wordpress_enabled: False
|
||||||
# If using WordPress intensively, consider setting apache_raise_php_limits above
|
# If using WordPress intensively, consider setting apache_high_php_limits above
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -314,7 +314,7 @@ iiab_zim_path: /library/zims
|
||||||
# Moodle
|
# Moodle
|
||||||
moodle_install: False
|
moodle_install: False
|
||||||
moodle_enabled: False
|
moodle_enabled: False
|
||||||
# If using Moodle intensively, consider setting apache_raise_php_limits above
|
# If using Moodle intensively, consider setting apache_high_php_limits above
|
||||||
|
|
||||||
# Sugarizer
|
# Sugarizer
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
|
|
Loading…
Reference in a new issue