File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 | Database port. Only needed if your database is running on a non-standard
3232 | port
3333 */
34- 'db_port ' => env ('DB_PORT ' , 3306 ),
34+ 'db_port ' => env ('DB_PORT ' , '' ),
3535
3636 /*
3737 |
38- | If db_connection_type is set to "socket", this should be the filesystem
39- | location of the unix socket file. If db_connection_type is set to "host"
40- | this value is ignored.
38+ | If db_connection_type is set to "socket", DB_SOCKET must be provided in
39+ | the .env file with the filesystem location of the unix socket file.
40+ | If db_connection_type is set to "host", this value is ignored.
4141 */
42- 'db_socket ' => env ('DB_SOCKET ' ,' /var/lib/mysqld/mysqld.sock ' ),
42+ 'db_socket ' => env ('DB_SOCKET ' , ' ' ),
4343
4444 /*
4545 |
You can’t perform that action at this time.
0 commit comments