Edit file File name : config.php Content :<?php return array ( 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => '12', 'verify' => true, 'limit' => NULL, ), 'argon' => array ( 'memory' => 65536, 'threads' => 1, 'time' => 4, 'verify' => true, ), 'rehash_on_login' => true, ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'reverb' => array ( 'driver' => 'reverb', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( 'host' => NULL, 'port' => 443, 'scheme' => 'https', 'useTLS' => true, ), 'client_options' => array ( ), ), 'pusher' => array ( 'driver' => 'pusher', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( 'cluster' => NULL, 'host' => 'api-mt1.pusher.com', 'port' => 443, 'scheme' => 'https', 'encrypted' => true, 'useTLS' => true, ), 'client_options' => array ( ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'view' => array ( 'paths' => array ( 0 => '/home/freskaap/alkashier_backup/resources/views', ), 'compiled' => '/home/freskaap/alkashier_backup/storage/framework/views', ), 'cors' => array ( 'paths' => array ( 0 => 'api/*', 1 => 'sanctum/csrf-cookie', ), 'allowed_methods' => array ( 0 => '*', ), 'allowed_origins' => array ( 0 => '*', ), 'allowed_origins_patterns' => array ( ), 'allowed_headers' => array ( 0 => '*', ), 'exposed_headers' => array ( ), 'max_age' => 0, 'supports_credentials' => false, ), 'concurrency' => array ( 'default' => 'process', ), 'app' => array ( 'name' => 'AlkashierBackup', 'env' => 'production', 'debug' => false, 'url' => 'https://backup.alkashier.com', 'frontend_url' => 'http://localhost:3000', 'asset_url' => NULL, 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'cipher' => 'AES-256-CBC', 'key' => 'base64:dolwHQiocy9OGEM4alU2DUuv/HbVx8s27Paec4aYy5I=', 'previous_keys' => array ( ), 'maintenance' => array ( 'driver' => 'file', 'store' => 'database', ), 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Concurrency\\ConcurrencyServiceProvider', 6 => 'Illuminate\\Cookie\\CookieServiceProvider', 7 => 'Illuminate\\Database\\DatabaseServiceProvider', 8 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 9 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 10 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 11 => 'Illuminate\\Hashing\\HashServiceProvider', 12 => 'Illuminate\\Mail\\MailServiceProvider', 13 => 'Illuminate\\Notifications\\NotificationServiceProvider', 14 => 'Illuminate\\Pagination\\PaginationServiceProvider', 15 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 16 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 17 => 'Illuminate\\Queue\\QueueServiceProvider', 18 => 'Illuminate\\Redis\\RedisServiceProvider', 19 => 'Illuminate\\Session\\SessionServiceProvider', 20 => 'Illuminate\\Translation\\TranslationServiceProvider', 21 => 'Illuminate\\Validation\\ValidationServiceProvider', 22 => 'Illuminate\\View\\ViewServiceProvider', 23 => 'App\\Providers\\AppServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Benchmark' => 'Illuminate\\Support\\Benchmark', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency', 'Config' => 'Illuminate\\Support\\Facades\\Config', 'Context' => 'Illuminate\\Support\\Facades\\Context', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', 'Date' => 'Illuminate\\Support\\Facades\\Date', 'DB' => 'Illuminate\\Support\\Facades\\DB', 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', 'Event' => 'Illuminate\\Support\\Facades\\Event', 'File' => 'Illuminate\\Support\\Facades\\File', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Http' => 'Illuminate\\Support\\Facades\\Http', 'Js' => 'Illuminate\\Support\\Js', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Number' => 'Illuminate\\Support\\Number', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Process' => 'Illuminate\\Support\\Facades\\Process', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schedule' => 'Illuminate\\Support\\Facades\\Schedule', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'Uri' => 'Illuminate\\Support\\Uri', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Vite' => 'Illuminate\\Support\\Facades\\Vite', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\User', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_reset_tokens', 'expire' => 60, 'throttle' => 60, ), ), 'password_timeout' => 10800, ), 'cache' => array ( 'default' => 'database', 'stores' => array ( 'array' => array ( 'driver' => 'array', 'serialize' => false, ), 'session' => array ( 'driver' => 'session', 'key' => '_cache', ), 'database' => array ( 'driver' => 'database', 'connection' => NULL, 'table' => 'cache', 'lock_connection' => NULL, 'lock_table' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/freskaap/alkashier_backup/storage/framework/cache/data', 'lock_path' => '/home/freskaap/alkashier_backup/storage/framework/cache/data', ), 'memcached' => array ( 'driver' => 'memcached', 'persistent_id' => NULL, 'sasl' => array ( 0 => NULL, 1 => NULL, ), 'options' => array ( ), 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'cache', 'lock_connection' => 'default', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), 'octane' => array ( 'driver' => 'octane', ), 'failover' => array ( 'driver' => 'failover', 'stores' => array ( 0 => 'database', 1 => 'array', ), ), ), 'prefix' => 'alkashierbackup-cache-', ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'freskaap_alkashier_backup', 'prefix' => '', 'foreign_key_constraints' => true, 'busy_timeout' => NULL, 'journal_mode' => NULL, 'synchronous' => NULL, 'transaction_mode' => 'DEFERRED', ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'freskaap_alkashier_backup', 'username' => 'freskaap_backup_user', 'password' => '5bzS43GYOu', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, 'options' => array ( ), ), 'mariadb' => array ( 'driver' => 'mariadb', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'freskaap_alkashier_backup', 'username' => 'freskaap_backup_user', 'password' => '5bzS43GYOu', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'freskaap_alkashier_backup', 'username' => 'freskaap_backup_user', 'password' => '5bzS43GYOu', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'freskaap_alkashier_backup', 'username' => 'freskaap_backup_user', 'password' => '5bzS43GYOu', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => array ( 'table' => 'migrations', 'update_date_on_publish' => true, ), 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'alkashierbackup-database-', 'persistent' => false, ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'username' => NULL, 'password' => NULL, 'port' => '6379', 'database' => '0', 'max_retries' => 3, 'backoff_algorithm' => 'decorrelated_jitter', 'backoff_base' => 100, 'backoff_cap' => 1000, ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'username' => NULL, 'password' => NULL, 'port' => '6379', 'database' => '1', 'max_retries' => 3, 'backoff_algorithm' => 'decorrelated_jitter', 'backoff_base' => 100, 'backoff_cap' => 1000, ), ), ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/freskaap/alkashier_backup/storage/app/private', 'serve' => true, 'throw' => false, 'report' => false, ), 'public' => array ( 'driver' => 'local', 'root' => '/home/freskaap/alkashier_backup/storage/app/public', 'url' => 'https://backup.alkashier.com/storage', 'visibility' => 'public', 'throw' => false, 'report' => false, ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, 'endpoint' => NULL, 'use_path_style_endpoint' => false, 'throw' => false, 'report' => false, ), ), 'links' => array ( '/home/freskaap/alkashier_backup/public/storage' => '/home/freskaap/alkashier_backup/storage/app/public', ), ), 'logging' => array ( 'default' => 'stack', 'deprecations' => array ( 'channel' => NULL, 'trace' => false, ), 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'single', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/home/freskaap/alkashier_backup/storage/logs/laravel.log', 'level' => 'debug', 'replace_placeholders' => true, ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/freskaap/alkashier_backup/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, 'replace_placeholders' => true, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'debug', 'replace_placeholders' => true, ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, 'connectionString' => 'tls://:', ), 'processors' => array ( 0 => 'Monolog\\Processor\\PsrLogMessageProcessor', ), ), 'stderr' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\StreamHandler', 'handler_with' => array ( 'stream' => 'php://stderr', ), 'formatter' => NULL, 'processors' => array ( 0 => 'Monolog\\Processor\\PsrLogMessageProcessor', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', 'facility' => 8, 'replace_placeholders' => true, ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', 'replace_placeholders' => true, ), 'null' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), 'emergency' => array ( 'path' => '/home/freskaap/alkashier_backup/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'log', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'scheme' => NULL, 'url' => NULL, 'host' => '127.0.0.1', 'port' => '2525', 'username' => NULL, 'password' => NULL, 'timeout' => NULL, 'local_domain' => 'backup.alkashier.com', ), 'ses' => array ( 'transport' => 'ses', ), 'postmark' => array ( 'transport' => 'postmark', ), 'resend' => array ( 'transport' => 'resend', ), 'sendmail' => array ( 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs -i', ), 'log' => array ( 'transport' => 'log', 'channel' => NULL, ), 'array' => array ( 'transport' => 'array', ), 'failover' => array ( 'transport' => 'failover', 'mailers' => array ( 0 => 'smtp', 1 => 'log', ), 'retry_after' => 60, ), 'roundrobin' => array ( 'transport' => 'roundrobin', 'mailers' => array ( 0 => 'ses', 1 => 'postmark', ), 'retry_after' => 60, ), ), 'from' => array ( 'address' => 'hello@example.com', 'name' => 'AlkashierBackup', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/freskaap/alkashier_backup/resources/views/vendor/mail', ), ), ), 'queue' => array ( 'default' => 'database', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'connection' => NULL, 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, 'after_commit' => false, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, 'block_for' => 0, 'after_commit' => false, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => '', 'secret' => '', 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'default', 'suffix' => NULL, 'region' => 'us-east-1', 'after_commit' => false, ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => NULL, 'after_commit' => false, ), 'deferred' => array ( 'driver' => 'deferred', ), 'failover' => array ( 'driver' => 'failover', 'connections' => array ( 0 => 'database', 1 => 'deferred', ), ), 'background' => array ( 'driver' => 'background', ), ), 'batching' => array ( 'database' => 'mysql', 'table' => 'job_batches', ), 'failed' => array ( 'driver' => 'database-uuids', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'postmark' => array ( 'key' => NULL, ), 'resend' => array ( 'key' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), 'slack' => array ( 'notifications' => array ( 'bot_user_oauth_token' => NULL, 'channel' => NULL, ), ), 'google' => array ( 'client_id' => '270248718468-iqtrb096khdn0kd6udutvkk56h3p3fgb.apps.googleusercontent.com', 'client_secret' => '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', 'redirect_uri' => 'https://backup.alkashier.com/google-drive/callback', ), ), 'session' => array ( 'driver' => 'database', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/freskaap/alkashier_backup/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'alkashierbackup-session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => 'lax', 'partitioned' => false, ), 'backup' => array ( 'backup' => array ( 'name' => 'AlkashierBackup', 'source' => array ( 'files' => array ( 'include' => array ( 0 => '/home/freskaap/alkashier_backup', ), 'exclude' => array ( 0 => '/home/freskaap/alkashier_backup/vendor', 1 => '/home/freskaap/alkashier_backup/node_modules', ), 'follow_links' => false, 'ignore_unreadable_directories' => false, 'relative_path' => NULL, ), 'databases' => array ( 0 => 'mysql', ), ), 'database_dump_compressor' => NULL, 'database_dump_file_timestamp_format' => NULL, 'database_dump_filename_base' => 'database', 'database_dump_file_extension' => '', 'destination' => array ( 'compression_method' => -1, 'compression_level' => 9, 'filename_prefix' => '', 'disks' => array ( 0 => 'local', ), ), 'temporary_directory' => '/home/freskaap/alkashier_backup/storage/app/backup-temp', 'password' => NULL, 'encryption' => 'default', 'tries' => 1, 'retry_delay' => 0, ), 'notifications' => array ( 'notifications' => array ( 'Spatie\\Backup\\Notifications\\Notifications\\BackupHasFailedNotification' => array ( 0 => 'mail', ), 'Spatie\\Backup\\Notifications\\Notifications\\UnhealthyBackupWasFoundNotification' => array ( 0 => 'mail', ), 'Spatie\\Backup\\Notifications\\Notifications\\CleanupHasFailedNotification' => array ( 0 => 'mail', ), 'Spatie\\Backup\\Notifications\\Notifications\\BackupWasSuccessfulNotification' => array ( 0 => 'mail', ), 'Spatie\\Backup\\Notifications\\Notifications\\HealthyBackupWasFoundNotification' => array ( 0 => 'mail', ), 'Spatie\\Backup\\Notifications\\Notifications\\CleanupWasSuccessfulNotification' => array ( 0 => 'mail', ), ), 'notifiable' => 'Spatie\\Backup\\Notifications\\Notifiable', 'mail' => array ( 'to' => 'your@example.com', 'from' => array ( 'address' => 'hello@example.com', 'name' => 'AlkashierBackup', ), ), 'slack' => array ( 'webhook_url' => '', 'channel' => NULL, 'username' => NULL, 'icon' => NULL, ), 'discord' => array ( 'webhook_url' => '', 'username' => '', 'avatar_url' => '', ), ), 'monitor_backups' => array ( 0 => array ( 'name' => 'AlkashierBackup', 'disks' => array ( 0 => 'local', ), 'health_checks' => array ( 'Spatie\\Backup\\Tasks\\Monitor\\HealthChecks\\MaximumAgeInDays' => 1, 'Spatie\\Backup\\Tasks\\Monitor\\HealthChecks\\MaximumStorageInMegabytes' => 5000, ), ), ), 'cleanup' => array ( 'strategy' => 'Spatie\\Backup\\Tasks\\Cleanup\\Strategies\\DefaultStrategy', 'default_strategy' => array ( 'keep_all_backups_for_days' => 7, 'keep_daily_backups_for_days' => 16, 'keep_weekly_backups_for_weeks' => 8, 'keep_monthly_backups_for_months' => 4, 'keep_yearly_backups_for_years' => 2, 'delete_oldest_backups_when_using_more_megabytes_than' => 5000, ), 'tries' => 1, 'retry_delay' => 0, ), ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), ); Save