mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 12:55:14 +08:00
Allow to use DB tables prefix
This commit is contained in:
parent
00af40ab14
commit
1a8ae41263
|
@ -69,7 +69,7 @@ return [
|
|||
'port' => $mysql_port,
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '',
|
||||
'prefix' => env('DB_TABLE_PREFIX', ''),
|
||||
'prefix_indexes' => true,
|
||||
'strict' => false,
|
||||
'engine' => null,
|
||||
|
|
Loading…
Reference in New Issue
Block a user