EVOLUTION-MANAGER
Edit File: config.php
<?php return array ( 'app' => array ( 'name' => 'GADSUCRE', 'env' => 'produccion', 'debug' => true, 'url' => 'https://www.sucre.gob.ec', 'asset_url' => NULL, 'timezone' => 'America/Guayaquil', 'locale' => 'es', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:/ZW0dDeOpL7N+7XTCdF8/X9O2Sz4aBFxlWKYM5QSVo8=', '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 => 'Collective\\Html\\HtmlServiceProvider', 23 => 'Elibyy\\TCPDF\\ServiceProvider', 24 => 'App\\Providers\\AppServiceProvider', 25 => 'App\\Providers\\AuthServiceProvider', 26 => 'App\\Providers\\EventServiceProvider', 27 => 'App\\Providers\\RouteServiceProvider', 28 => 'App\\Providers\\GoogleDriveServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', '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', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Form' => 'Collective\\Html\\FormFacade', 'Html' => 'Collective\\Html\\HtmlFacade', 'PDF' => 'Elibyy\\TCPDF\\Facades\\TCPDF', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'token', 'provider' => 'users', 'hash' => false, ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\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' => '/home/sucre/public_html/public_html/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', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'table' => 'cache', ), ), 'prefix' => 'gadsucre_cache', ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => '/home/sucre/public_html/public_html/database/database.sqlite', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'websucre_paginaweb', 'username' => 'websucre_pagina', 'password' => '%!7U]D&?jkkt', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => false, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '5432', 'database' => 'forge', 'username' => 'forge', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => 'localhost', 'port' => '1433', 'database' => 'forge', 'username' => 'forge', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'predis', 'options' => array ( 'cluster' => 'predis', 'prefix' => 'gadsucre_database_', ), '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, ), ), ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 'google', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/sucre/public_html/public_html/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/sucre/public_html/public_html/storage/app/public', 'url' => 'https://www.sucre.gob.ec/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, ), 'google' => array ( 'driver' => 'google', 'clientId' => '886351582886-vlmnoe9vs0p0gd93rjfjknqreq42kr84.apps.googleusercontent.com', 'clientSecret' => '_l6Xju-GQKeQlv78bWsaHDAK', 'refreshToken' => '1//04rp8EXtDEnLaCgYIARAAGAQSNwF-L9IrfId8DWnQmPJMawoNaL2HPMgOLSO_-cXWGPmHSeWMBw3g5DbbmS3ht9jvkg0hy4sSnRc', 'folderId' => NULL, ), ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), ), 'logging' => array ( 'default' => 'stack', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'daily', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/home/sucre/public_html/public_html/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/sucre/public_html/public_html/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', 'formatter' => NULL, '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' => '465', 'from' => array ( 'address' => 'sucregad@gmail.com', 'name' => 'Sucre', ), 'encryption' => 'ssl', 'username' => 'sucregad@gmail.com', 'password' => 'M74WW44ASZQE', 'sendmail' => '/usr/sbin/sendmail -bs', 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/sucre/public_html/public_html/resources/views/vendor/mail', ), ), 'log_channel' => NULL, ), '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, 'block_for' => 0, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => '', 'secret' => '', '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', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), 'sparkpost' => array ( 'secret' => NULL, ), 'stripe' => array ( 'model' => 'App\\User', 'key' => NULL, 'secret' => NULL, 'webhook' => array ( 'secret' => NULL, 'tolerance' => 300, ), ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/sucre/public_html/public_html/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'gadsucre_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, 'same_site' => NULL, ), 'view' => array ( 'paths' => array ( 0 => '/home/sucre/public_html/public_html/resources/views', ), 'compiled' => '/home/sucre/public_html/public_html/storage/framework/views', ), 'cors' => array ( 'supportsCredentials' => false, 'allowedOrigins' => array ( 0 => '*', ), 'allowedOriginsPatterns' => array ( ), 'allowedHeaders' => array ( 0 => '*', ), 'allowedMethods' => array ( 0 => '*', ), 'exposedHeaders' => array ( ), 'maxAge' => 0, ), 'debug-server' => array ( 'host' => 'tcp://127.0.0.1:9912', ), 'tcpdf' => array ( 'page_format' => 'A4', 'page_orientation' => 'P', 'page_units' => 'mm', 'unicode' => true, 'encoding' => 'UTF-8', 'font_directory' => '', 'image_directory' => '', 'tcpdf_throw_exception' => false, 'use_fpdi' => false, 'use_original_header' => false, 'use_original_footer' => false, ), 'botman' => array ( 'web' => array ( 'matchingData' => array ( 'driver' => 'web', ), ), ), 'trustedproxy' => array ( 'proxies' => NULL, 'headers' => 30, ), 'tinker' => array ( 'commands' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );