ORIENT/storage/framework/config.php

418 lines
12 KiB
PHP

<?php return array (
'*::app' =>
array (
'debug' => true,
'name' => 'October CMS',
'url' => 'http://localhost',
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'key' => '8o4ZwITaMYnMsYh2c4UCGvcgLLBzdODg',
'cipher' => 'AES-256-CBC',
'providers' =>
array (
0 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
1 => 'Illuminate\\Bus\\BusServiceProvider',
2 => 'Illuminate\\Cache\\CacheServiceProvider',
3 => 'Illuminate\\Cookie\\CookieServiceProvider',
4 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
5 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
6 => 'Illuminate\\Hashing\\HashServiceProvider',
7 => 'Illuminate\\Pagination\\PaginationServiceProvider',
8 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
9 => 'Illuminate\\Queue\\QueueServiceProvider',
10 => 'Illuminate\\Session\\SessionServiceProvider',
11 => 'Illuminate\\View\\ViewServiceProvider',
12 => 'Laravel\\Tinker\\TinkerServiceProvider',
13 => 'October\\Rain\\Foundation\\Providers\\ConsoleSupportServiceProvider',
14 => 'October\\Rain\\Database\\DatabaseServiceProvider',
15 => 'October\\Rain\\Halcyon\\HalcyonServiceProvider',
16 => 'October\\Rain\\Filesystem\\FilesystemServiceProvider',
17 => 'October\\Rain\\Parse\\ParseServiceProvider',
18 => 'October\\Rain\\Html\\HtmlServiceProvider',
19 => 'October\\Rain\\Html\\UrlServiceProvider',
20 => 'October\\Rain\\Network\\NetworkServiceProvider',
21 => 'October\\Rain\\Scaffold\\ScaffoldServiceProvider',
22 => 'October\\Rain\\Flash\\FlashServiceProvider',
23 => 'October\\Rain\\Mail\\MailServiceProvider',
24 => 'October\\Rain\\Argon\\ArgonServiceProvider',
25 => 'October\\Rain\\Redis\\RedisServiceProvider',
26 => 'October\\Rain\\Validation\\ValidationServiceProvider',
27 => 'System\\ServiceProvider',
),
'loadDiscoveredPackages' => false,
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
'Db' => 'Illuminate\\Support\\Facades\\DB',
'DB' => 'Illuminate\\Support\\Facades\\DB',
'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
'Event' => 'Illuminate\\Support\\Facades\\Event',
'Hash' => 'Illuminate\\Support\\Facades\\Hash',
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
'Log' => 'Illuminate\\Support\\Facades\\Log',
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
'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',
'Session' => 'Illuminate\\Support\\Facades\\Session',
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
'Url' => 'Illuminate\\Support\\Facades\\URL',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'View' => 'Illuminate\\Support\\Facades\\View',
'Model' => 'October\\Rain\\Database\\Model',
'Block' => 'October\\Rain\\Support\\Facades\\Block',
'File' => 'October\\Rain\\Support\\Facades\\File',
'Config' => 'October\\Rain\\Support\\Facades\\Config',
'Seeder' => 'October\\Rain\\Database\\Updates\\Seeder',
'Flash' => 'October\\Rain\\Support\\Facades\\Flash',
'Input' => 'October\\Rain\\Support\\Facades\\Input',
'Form' => 'October\\Rain\\Support\\Facades\\Form',
'Html' => 'October\\Rain\\Support\\Facades\\Html',
'Http' => 'October\\Rain\\Support\\Facades\\Http',
'Str' => 'October\\Rain\\Support\\Facades\\Str',
'Markdown' => 'October\\Rain\\Support\\Facades\\Markdown',
'Yaml' => 'October\\Rain\\Support\\Facades\\Yaml',
'Ini' => 'October\\Rain\\Support\\Facades\\Ini',
'Twig' => 'October\\Rain\\Support\\Facades\\Twig',
'DbDongle' => 'October\\Rain\\Support\\Facades\\DbDongle',
'Schema' => 'October\\Rain\\Support\\Facades\\Schema',
'Validator' => 'October\\Rain\\Support\\Facades\\Validator',
'Cms' => 'Cms\\Facades\\Cms',
'Backend' => 'Backend\\Facades\\Backend',
'BackendMenu' => 'Backend\\Facades\\BackendMenu',
'BackendAuth' => 'Backend\\Facades\\BackendAuth',
'AjaxException' => 'October\\Rain\\Exception\\AjaxException',
'SystemException' => 'October\\Rain\\Exception\\SystemException',
'ApplicationException' => 'October\\Rain\\Exception\\ApplicationException',
'ValidationException' => 'October\\Rain\\Exception\\ValidationException',
'Illuminate\\Support\\Facades\\Input' => 'October\\Rain\\Support\\Facades\\Input',
'Illuminate\\Support\\Debug\\HtmlDumper' => 'Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper',
),
),
'*::cms' =>
array (
'activeTheme' => 'modern',
'edgeUpdates' => false,
'backendUri' => 'howpsuzlyk',
'backendForceSecure' => false,
'backendForceRemember' => true,
'backendTimezone' => 'UTC',
'backendSkin' => 'Backend\\Skins\\Standard',
'runMigrationsOnLogin' => NULL,
'loadModules' =>
array (
0 => 'System',
1 => 'Backend',
2 => 'Cms',
),
'disableCoreUpdates' => false,
'disablePlugins' =>
array (
),
'enableRoutesCache' => false,
'urlCacheTtl' => 10,
'parsedPageCacheTTL' => 10,
'enableAssetCache' => false,
'enableAssetMinify' => NULL,
'enableAssetDeepHashing' => NULL,
'databaseTemplates' => false,
'pluginsPath' => '/plugins',
'themesPath' => '/themes',
'storage' =>
array (
'uploads' =>
array (
'disk' => 'local',
'folder' => 'uploads',
'path' => '/storage/app/uploads',
'temporaryUrlTTL' => 3600,
),
'media' =>
array (
'disk' => 'local',
'folder' => 'media',
'path' => '/storage/app/media',
),
'resized' =>
array (
'disk' => 'local',
'folder' => 'resized',
'path' => '/storage/app/resized',
),
),
'convertLineEndings' => false,
'linkPolicy' => 'detect',
'defaultMask' =>
array (
'file' => '644',
'folder' => '755',
),
'enableSafeMode' => NULL,
'enableCsrfProtection' => true,
'forceBytecodeInvalidation' => true,
'enableTwigStrictVariables' => false,
'restrictBaseDir' => true,
'enableBackendServiceWorkers' => false,
),
'*::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' => '/Users/tmstore/PhpstormProjects/orient/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' => 'october',
'codeParserDataCacheKey' => 'cms-php-file-data',
'disableRequestCache' => NULL,
),
'*::view' =>
array (
'paths' =>
array (
),
'compiled' => '/Users/tmstore/PhpstormProjects/orient/storage/framework/views',
),
'*::logging' =>
array (
'default' => 'single',
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'daily',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => '/Users/tmstore/PhpstormProjects/orient/storage/logs/system.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/Users/tmstore/PhpstormProjects/orient/storage/logs/system.log',
'level' => 'debug',
'days' => 14,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'October CMS 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',
),
),
),
'*::database' =>
array (
'fetch' => 8,
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'database' => 'storage/database.sqlite',
'prefix' => '',
),
'mysql' =>
array (
'driver' => 'mysql',
'engine' => 'InnoDB',
'host' => '192.168.1.2',
'port' => '3306',
'database' => 'orient',
'username' => 'orient',
'password' => 'orient',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'varcharmax' => 191,
),
'pgsql' =>
array (
'driver' => 'pgsql',
'host' => 'localhost',
'port' => 5432,
'database' => 'database',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'host' => 'localhost',
'port' => 1433,
'database' => 'database',
'username' => 'root',
'password' => '',
'prefix' => '',
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'predis',
'cluster' => false,
'default' =>
array (
'host' => '127.0.0.1',
'password' => NULL,
'port' => 6379,
'database' => 0,
),
),
'useConfigForTesting' => false,
),
'*::filesystems' =>
array (
'default' => 'local',
'cloud' => 's3',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/Users/tmstore/PhpstormProjects/orient/storage/app',
'url' => '/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',
),
),
),
'*::session' =>
array (
'driver' => 'file',
'lifetime' => 120,
'expire_on_close' => false,
'encrypt' => false,
'files' => '/Users/tmstore/PhpstormProjects/orient/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'october_session',
'path' => '/',
'domain' => NULL,
'http_only' => true,
'secure' => false,
'same_site' => 'Lax',
),
'*::tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);