Changeset c5e383e for config/database.php
- Timestamp:
- 12/26/21 18:31:54 (3 years ago)
- Branches:
- master
- Parents:
- 62d01a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/database.php
r62d01a6 rc5e383e 61 61 'strict' => true, 62 62 'engine' => null, 63 'dump' => [ 64 'dump_binary_path' => 'C:/laragon/bin/mysql/mysql-5.7.33-winx64/bin/', 65 ], 63 66 'options' => extension_loaded('pdo_mysql') ? array_filter([ 64 67 PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
Note:
See TracChangeset
for help on using the changeset viewer.