Changeset c5e383e for config


Ignore:
Timestamp:
12/26/21 18:31:54 (2 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Parents:
62d01a6
Message:

added db and storage backup

Location:
config
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • config/database.php

    r62d01a6 rc5e383e  
    6161            'strict' => true,
    6262            'engine' => null,
     63            'dump' => [
     64                'dump_binary_path' => 'C:/laragon/bin/mysql/mysql-5.7.33-winx64/bin/',
     65            ],
    6366            'options' => extension_loaded('pdo_mysql') ? array_filter([
    6467                PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
  • config/filesystems.php

    r62d01a6 rc5e383e  
    4646        ],
    4747
    48         'image-uploads' => [
    49             'driver' => 'local',
    50             'root'   => public_path() . DIRECTORY_SEPARATOR .'assets' . DIRECTORY_SEPARATOR . 'images' . DIRECTORY_SEPARATOR . 'uploads'
    51         ],
    52 
    5348        'public' => [
    5449            'driver' => 'local',
Note: See TracChangeset for help on using the changeset viewer.