mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update database.php
added mysql socket option Signed-off-by: Martin Kouba <1265878+martinkouba@users.noreply.github.com>
This commit is contained in:
parent
e18665d1e8
commit
ffb24b5319
@ -41,6 +41,7 @@ return [
|
||||
'username' => env('DB_USERNAME1', env('DB_USERNAME', 'forge')),
|
||||
'password' => env('DB_PASSWORD1', env('DB_PASSWORD', '')),
|
||||
'port' => env('DB_PORT1', env('DB_PORT', '3306')),
|
||||
'unix_socket' => env('DB_SOCKET1', env('DB_SOCKET', '')),
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user