Skip to content

Commit

Permalink
Update README.md with the new database configuration stuff
Browse files Browse the repository at this point in the history
Update README.md with the new database configuration stuff
  • Loading branch information
emielmolenaar authored and ctf0 committed Nov 2, 2019
1 parent 9850bbb commit aa5a2d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
```

Expand Down

0 comments on commit aa5a2d3

Please sign in to comment.