Skip to content

Commit 3dac062

Browse files
authored
Update index.rst
For new Cakephp users it is not clear that database config for debug_kit should be placed under Datasources. Should the file reference "config/app.php" also be changed to config/app_local.php ?
1 parent 8809e11 commit 3dac062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Database Configuration
5656
By default DebugKit will store panel data into a SQLite database in your
5757
application's ``tmp`` directory. If you cannot install pdo_sqlite, you can
5858
configure DebugKit to use a different database by defining a ``debug_kit``
59-
connection in your **config/app.php** file. For example::
59+
connection in the ``Datasources`` variable in your **config/app.php** file. For example::
6060

6161
/**
6262
* The debug_kit connection stores DebugKit meta-data.

0 commit comments

Comments
 (0)