%PDF- %PDF-
Direktori : /var/www/html/diaspora/api_production/bootstrap/cache/ |
Current File : /var/www/html/diaspora/api_production/bootstrap/cache/config.php |
<?php return array ( 'activitylog' => array ( 'enabled' => true, 'delete_records_older_than_days' => 365, 'default_log_name' => 'default', 'default_auth_driver' => NULL, 'subject_returns_soft_deleted_models' => false, 'activity_model' => 'Spatie\\Activitylog\\Models\\Activity', 'table_name' => 'activity_log', ), 'app' => array ( 'name' => 'Diaspora Shqiptare', 'env' => 'production', 'debug' => true, 'url' => 'http://api.diasporashqiptare.info', 'timezone' => 'Europe/Rome', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:9sqMC1c9HbRnskkRMgFYSUJng1tMM7fFl3aDfSzZtxE=', 'cipher' => 'AES-256-CBC', '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\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 15 => 'Illuminate\\Queue\\QueueServiceProvider', 16 => 'Illuminate\\Redis\\RedisServiceProvider', 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'BenConstable\\Localize\\LocalizeServiceProvider', 23 => 'Dimsav\\Translatable\\TranslatableServiceProvider', 24 => 'App\\Providers\\AppServiceProvider', 25 => 'App\\Providers\\AuthServiceProvider', 26 => 'App\\Providers\\EventServiceProvider', 27 => 'App\\Providers\\ObserverServiceProvider', 28 => 'App\\Providers\\RouteServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Config' => 'Illuminate\\Support\\Facades\\Config', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', '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', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Redis' => 'Illuminate\\Support\\Facades\\Redis', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'passport', 'provider' => 'users', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\User', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, ), ), ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'cluster' => 'mt1', 'encrypted' => true, ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/var/www/html/diaspora/api_production/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', ), ), 'prefix' => 'diaspora_shqiptare_cache', ), 'cors' => array ( 'supportsCredentials' => false, 'allowedOrigins' => array ( 0 => '*', ), 'allowedOriginsPatterns' => array ( ), 'allowedHeaders' => array ( 0 => '*', ), 'allowedMethods' => array ( 0 => '*', ), 'exposedHeaders' => array ( ), 'maxAge' => 0, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => 'diaspora_prod', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'diaspora_prod', 'username' => 'diaspora', 'password' => 'XygILUcCm79UJqQ8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, ), 'pgsql' => array ( 'driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'diaspora_prod', 'username' => 'diaspora', 'password' => 'XygILUcCm79UJqQ8', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'diaspora_prod', 'username' => 'diaspora', 'password' => 'XygILUcCm79UJqQ8', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'predis', 'default' => array ( 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 0, ), 'cache' => array ( 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 1, ), ), ), 'excel' => array ( 'exports' => array ( 'chunk_size' => 1000, 'pre_calculate_formulas' => false, 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'line_ending' => ' ', 'use_bom' => false, 'include_separator_line' => false, 'excel_compatibility' => false, ), ), 'imports' => array ( 'read_only' => true, 'heading_row' => array ( 'formatter' => 'slug', ), 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'line_ending' => ' ', 'use_bom' => false, 'include_separator_line' => false, 'excel_compatibility' => false, ), ), 'extension_detector' => array ( 'xlsx' => 'Xlsx', 'xlsm' => 'Xlsx', 'xltx' => 'Xlsx', 'xltm' => 'Xlsx', 'xls' => 'Xls', 'xlt' => 'Xls', 'ods' => 'Ods', 'ots' => 'Ods', 'slk' => 'Slk', 'xml' => 'Xml', 'gnumeric' => 'Gnumeric', 'htm' => 'Html', 'html' => 'Html', 'csv' => 'Csv', 'tsv' => 'Csv', 'pdf' => 'Dompdf', ), 'value_binder' => array ( 'default' => 'Maatwebsite\\Excel\\DefaultValueBinder', ), 'transactions' => array ( 'handler' => 'db', ), 'temporary_files' => array ( 'local_path' => '/tmp', 'remote_disk' => NULL, ), ), 'fb' => array ( 'app_id' => '649855605488056', 'app_secret' => '3020b5dea77fae4eacc5acdef08fe61b', ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/storage/app/public', 'url' => 'http://api.diasporashqiptare.info/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, 'url' => NULL, ), 'avatars' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/public/media/avatars', 'url' => 'http://api.diasporashqiptare.info/media/avatars', 'visibility' => 'public', ), 'posts' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/public/media/posts', 'url' => 'http://api.diasporashqiptare.info/media/posts', 'visibility' => 'public', ), 'members' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/public/media/members', 'url' => 'http://api.diasporashqiptare.info/media/members', 'visibility' => 'public', ), 'events' => array ( 'driver' => 'local', 'root' => '/var/www/html/diaspora/api_production/public/media/events', 'url' => 'http://api.diasporashqiptare.info/media/events', 'visibility' => 'public', ), ), ), 'fractal' => array ( 'default_serializer' => 'App\\Transformers\\Serializer', 'default_paginator' => '', 'base_url' => NULL, 'fractal_class' => 'Spatie\\Fractal\\Fractal', 'auto_includes' => array ( 'enabled' => true, 'request_key' => 'include', ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), ), 'localize-middleware' => array ( 'driver' => 'header', 'parameter' => 'locale', 'cookie' => 'locale', 'session' => 'locale', 'header' => 'Accept-Language', 'hosts' => array ( 'en' => 'www.example.co.uk', 'fr' => 'www.example.fr', ), ), 'logging' => array ( 'default' => 'stack', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'daily', ), ), 'single' => array ( 'driver' => 'single', 'path' => '/var/www/html/diaspora/api_production/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/var/www/html/diaspora/api_production/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'critical', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, ), ), 'stderr' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\StreamHandler', 'with' => array ( 'stream' => 'php://stderr', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', ), ), ), 'mail' => array ( 'driver' => 'smtp', 'host' => 'smtp.gmail.com', 'port' => '587', 'from' => array ( 'address' => 'hello@example.com', 'name' => 'Example', ), 'encryption' => 'tls', 'username' => 'diasporashqiptareapp@gmail.com', 'password' => 'Ts=ADT."42NfF$"-%:Knf/Ww>YQ23yb6', 'sendmail' => '/usr/sbin/sendmail -bs', 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/var/www/html/diaspora/api_production/resources/views/vendor/mail', ), ), ), 'medialibrary' => array ( 'disk_name' => 'public', 'max_file_size' => 10485760, 'queue_name' => '', 'media_model' => 'Spatie\\MediaLibrary\\Models\\Media', 's3' => array ( 'domain' => 'https://.s3.amazonaws.com', ), 'remote' => array ( 'extra_headers' => array ( 'CacheControl' => 'max-age=604800', ), ), 'responsive_images' => array ( 'width_calculator' => 'Spatie\\MediaLibrary\\ResponsiveImages\\WidthCalculator\\FileSizeOptimizedWidthCalculator', 'use_tiny_placeholders' => true, 'tiny_placeholder_generator' => 'Spatie\\MediaLibrary\\ResponsiveImages\\TinyPlaceholderGenerator\\Blurred', ), 'url_generator' => NULL, 'path_generator' => NULL, 'image_optimizers' => array ( 'Spatie\\ImageOptimizer\\Optimizers\\Jpegoptim' => array ( 0 => '--strip-all', 1 => '--all-progressive', ), 'Spatie\\ImageOptimizer\\Optimizers\\Pngquant' => array ( 0 => '--force', ), 'Spatie\\ImageOptimizer\\Optimizers\\Optipng' => array ( 0 => '-i0', 1 => '-o2', 2 => '-quiet', ), 'Spatie\\ImageOptimizer\\Optimizers\\Svgo' => array ( 0 => '--disable=cleanupIDs', ), 'Spatie\\ImageOptimizer\\Optimizers\\Gifsicle' => array ( 0 => '-b', 1 => '-O3', ), ), 'image_generators' => array ( 0 => 'Spatie\\MediaLibrary\\ImageGenerators\\FileTypes\\Image', 1 => 'Spatie\\MediaLibrary\\ImageGenerators\\FileTypes\\Webp', 2 => 'Spatie\\MediaLibrary\\ImageGenerators\\FileTypes\\Pdf', 3 => 'Spatie\\MediaLibrary\\ImageGenerators\\FileTypes\\Svg', 4 => 'Spatie\\MediaLibrary\\ImageGenerators\\FileTypes\\Video', ), 'image_driver' => 'gd', 'ffmpeg_path' => '/usr/bin/ffmpeg', 'ffprobe_path' => '/usr/bin/ffprobe', 'temporary_directory_path' => NULL, 'jobs' => array ( 'perform_conversions' => 'Spatie\\MediaLibrary\\Jobs\\PerformConversions', 'generate_responsive_images' => 'Spatie\\MediaLibrary\\Jobs\\GenerateResponsiveImages', ), ), 'permission' => array ( 'models' => array ( 'permission' => 'Spatie\\Permission\\Models\\Permission', 'role' => 'App\\Models\\Role', ), 'table_names' => array ( 'roles' => 'roles', 'permissions' => 'permissions', 'model_has_permissions' => 'model_has_permissions', 'model_has_roles' => 'model_has_roles', 'role_has_permissions' => 'role_has_permissions', ), 'column_names' => array ( 'model_morph_key' => 'model_id', ), 'display_permission_in_exception' => false, 'cache' => array ( 'expiration_time' => 1440, 'key' => 'spatie.permission.cache', 'model_key' => 'name', 'store' => 'default', ), ), 'queue' => array ( 'default' => 'sync', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-name', 'region' => 'us-east-1', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => NULL, ), ), 'failed' => array ( 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'sparkpost' => array ( 'secret' => NULL, ), 'stripe' => array ( 'model' => 'App\\Models\\User', 'key' => NULL, 'secret' => NULL, 'webhook' => array ( 'secret' => NULL, 'tolerance' => 300, ), ), 'fcm' => array ( 'key' => 'AAAAtapRbsE:APA91bFKfRaF5tAVWCB2wk0241-eeT0KYWAGiEabvrgZlJ828E_j7G48G20mhL70xFC7ha-lz8SoEXHeCFYPC5z-V7ibRdsq5CyyDBfMzxyNqCXcDJ9v60cworjV74Q2yVuR_Y6IiNuh', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/html/diaspora/api_production/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'diaspora_shqiptare_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, 'same_site' => NULL, ), 'team' => array ( 'name' => 'AC Milan', ), 'translatable' => array ( 'locales' => array ( 0 => 'en', 1 => 'sq', ), 'locale_separator' => '-', 'locale' => NULL, 'use_fallback' => true, 'use_property_fallback' => true, 'fallback_locale' => 'en', 'translation_model_namespace' => NULL, 'translation_suffix' => 'Translation', 'locale_key' => 'locale', 'to_array_always_loads_translations' => true, ), 'view' => array ( 'paths' => array ( 0 => '/var/www/html/diaspora/api_production/resources/views', ), 'compiled' => '/var/www/html/diaspora/api_production/storage/framework/views', ), 'debug-server' => array ( 'host' => 'tcp://127.0.0.1:9912', ), 'image' => array ( 'driver' => 'gd', ), 'trustedproxy' => array ( 'proxies' => NULL, 'headers' => 30, ), 'tinker' => array ( 'commands' => array ( ), 'dont_alias' => array ( ), ), );