mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update devenv.rst
config file is located in `config/config.php` not `core/config/config.php`
This commit is contained in:
parent
04ba09a984
commit
b102e25549
@ -83,7 +83,7 @@ Enabling debug mode
|
||||
|
||||
.. 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:`core/config/config.php`::
|
||||
To disable JavaScript and CSS caching debugging has to be enabled by setting ``debug`` to ``true`` in :file:`config/config.php`::
|
||||
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user