feat(devmanual): DB clusters and read/write split

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2024-02-01 19:50:51 +01:00
parent 9f73e1504d
commit d47461a1ec
2 changed files with 48 additions and 2 deletions

View File

@@ -108,11 +108,11 @@ When upgrading the server code you might need to upgrade the app code as well be
.. note:: The same applies to all the apps listed under ``alwaysEnabled`` in `shipped.json <https://github.com/nextcloud/server/blob/master/core/shipped.json#L49>`_ but most are already present in the server repository.
.. _debugmode:
Enabling debug mode
^^^^^^^^^^^^^^^^^^^
.. _debugmode:
.. note:: Do not enable this for production! This can create security problems and is only meant for debugging and development!
To disable JavaScript and CSS caching, debugging has to be enabled by setting ``debug`` to ``true`` in :file:`config/config.php`::