From aa5a2d3b3544e45d2e547ee86ca1f0acbb684d99 Mon Sep 17 00:00:00 2001 From: Emiel Molenaar Date: Thu, 24 Oct 2019 11:35:04 +0200 Subject: [PATCH] Update README.md with the new database configuration stuff Update README.md with the new database configuration stuff --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6e3fa4d..7e8ba68 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,16 @@ * preview and remove files b4 uploading */ 'preview_files_before_upload' => true, + + /* + * Database connection (defaults to "mediamanager") + */ + 'database_connection' => 'mediamanager', + + /* + * Locked items table name (defaults to "locked") + */ + 'table_locked' => 'locked' ]; ```