BLUE
PHP 7.4.33
Path:
/var/www/podiocopy.bitkit.dk/httpdocs/bootstrap/cache
Run
Logout
Edit File
Size: 10.26 KB
Close
/var/www/podiocopy.bitkit.dk/httpdocs/bootstrap/cache/config.php
Text
Base64
<?php return array ( 'database' => array ( 'fetch' => 8, 'default' => 'mysql', 'connections' => array ( 'mongodb' => array ( 'driver' => 'mongodb', 'host' => 'localhost', 'port' => 27017, 'username' => '', 'password' => '', 'database' => 'podio_data_transfer', ), 'sqlite' => array ( 'driver' => 'sqlite', 'database' => '/var/www/podiocopy.bitkit.dk/httpdocs/storage/database.sqlite', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, ), 'pgsql' => array ( 'driver' => 'pgsql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'prefix' => '', ), ), 'migrations' => 'migrations', 'redis' => array ( 'cluster' => false, 'default' => array ( 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, ), ), ), 'services' => array ( 'mailgun' => array ( 'domain' => '', 'secret' => '', ), 'mandrill' => array ( 'secret' => '', ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), 'stripe' => array ( 'model' => 'App\\User', 'secret' => '', ), ), 'auth' => array ( 'driver' => 'custom', 'model' => 'App\\Modules\\Auth\\User', 'table' => 'users', 'password' => array ( 'email' => 'emails.password', 'table' => 'password_resets', 'expire' => 60, ), ), 'compile' => array ( 'files' => array ( 0 => '/var/www/podiocopy.bitkit.dk/httpdocs/app/Providers/AppServiceProvider.php', 1 => '/var/www/podiocopy.bitkit.dk/httpdocs/app/Providers/BusServiceProvider.php', 2 => '/var/www/podiocopy.bitkit.dk/httpdocs/app/Providers/ConfigServiceProvider.php', 3 => '/var/www/podiocopy.bitkit.dk/httpdocs/app/Providers/EventServiceProvider.php', 4 => '/var/www/podiocopy.bitkit.dk/httpdocs/app/Providers/RouteServiceProvider.php', ), 'providers' => array ( ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/podiocopy.bitkit.dk/httpdocs/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'laravel_session', 'path' => '/', 'domain' => NULL, 'secure' => false, ), 'view' => array ( 'paths' => array ( 0 => '/var/www/podiocopy.bitkit.dk/httpdocs/resources/views', ), 'compiled' => '/var/www/podiocopy.bitkit.dk/httpdocs/storage/framework/views', ), 'app' => array ( 'debug' => true, 'url' => 'http://localhost', 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'key' => 'CanBNnzhAtcMr5CNgi8VYWiZwVg2tQXq', 'cipher' => 'AES-256-CBC', 'log' => 'daily', 'providers' => array ( 0 => 'Illuminate\\Foundation\\Providers\\ArtisanServiceProvider', 1 => 'Illuminate\\Auth\\AuthServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Routing\\ControllerServiceProvider', 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\\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 => 'App\\Providers\\AppServiceProvider', 23 => 'App\\Providers\\BusServiceProvider', 24 => 'App\\Providers\\ConfigServiceProvider', 25 => 'App\\Providers\\EventServiceProvider', 26 => 'App\\Providers\\RouteServiceProvider', 27 => 'App\\Providers\\CustomAuthProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', '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', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Input' => 'Illuminate\\Support\\Facades\\Input', 'Inspiring' => 'Illuminate\\Foundation\\Inspiring', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', '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', ), ), '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/podiocopy.bitkit.dk/httpdocs/storage/framework/cache', ), 'memcached' => array ( 'driver' => 'memcached', 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), ), 'prefix' => 'laravel', ), 'queue' => array ( 'default' => 'sync', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'expire' => 60, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'ttr' => 60, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', 'queue' => 'your-queue-url', 'region' => 'us-east-1', ), 'iron' => array ( 'driver' => 'iron', 'host' => 'mq-aws-us-east-1.iron.io', 'token' => 'your-token', 'project' => 'your-project-id', 'queue' => 'your-queue-name', 'encrypt' => true, ), 'redis' => array ( 'driver' => 'redis', 'queue' => 'default', 'expire' => 60, ), ), 'failed' => array ( 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/var/www/podiocopy.bitkit.dk/httpdocs/storage/app', ), 's3' => array ( 'driver' => 's3', 'key' => 'your-key', 'secret' => 'your-secret', 'region' => 'your-region', 'bucket' => 'your-bucket', ), 'rackspace' => array ( 'driver' => 'rackspace', 'username' => 'your-username', 'key' => 'your-key', 'container' => 'your-container', 'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/', 'region' => 'IAD', 'url_type' => 'publicURL', ), ), ), 'mail' => array ( 'driver' => 'smtp', 'host' => 'smtp.sendgrid.net', 'port' => 587, 'from' => array ( 'address' => NULL, 'name' => NULL, ), 'encryption' => 'tls', 'username' => 'podiocopy.phases.dk', 'password' => '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', 'sendmail' => '/usr/sbin/sendmail -bs', 'pretend' => false, ), );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
config.php
10.26 KB
lrw-rw-r--
2024-09-05 09:50:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
services.json
10.16 KB
lrw-r--r--
2024-01-05 12:05:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).