ORIENT/storage/framework/config.php

325 lines
10 KiB
PHP
Raw Normal View History

2021-04-15 10:24:56 +00:00
<?php return array (
'*::app' =>
array (
'debug' => true,
2021-05-03 14:30:20 +00:00
'name' => 'Orient news',
2021-04-15 10:24:56 +00:00
'url' => 'http://localhost',
2021-05-03 14:30:20 +00:00
'cdn' => 'https://cdn.orient.tm',
'timezone' => 'Asia/Ashgabat',
'locale' => 'ru',
2021-04-15 10:24:56 +00:00
'fallback_locale' => 'en',
2021-05-03 14:30:20 +00:00
'key' => 'eewJAqF0bRZuyNoSULErcjKkZWZKFeK6',
2021-04-15 10:24:56 +00:00
'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',
2021-05-03 14:30:20 +00:00
10 => 'Illuminate\\Redis\\RedisServiceProvider',
11 => 'Illuminate\\Session\\SessionServiceProvider',
12 => 'Illuminate\\Validation\\ValidationServiceProvider',
13 => 'Illuminate\\View\\ViewServiceProvider',
14 => 'Laravel\\Tinker\\TinkerServiceProvider',
15 => 'October\\Rain\\Foundation\\Providers\\ConsoleSupportServiceProvider',
16 => 'October\\Rain\\Database\\DatabaseServiceProvider',
17 => 'October\\Rain\\Halcyon\\HalcyonServiceProvider',
18 => 'October\\Rain\\Filesystem\\FilesystemServiceProvider',
19 => 'October\\Rain\\Parse\\ParseServiceProvider',
20 => 'October\\Rain\\Html\\HtmlServiceProvider',
21 => 'October\\Rain\\Html\\UrlServiceProvider',
22 => 'October\\Rain\\Network\\NetworkServiceProvider',
23 => 'October\\Rain\\Scaffold\\ScaffoldServiceProvider',
24 => 'October\\Rain\\Flash\\FlashServiceProvider',
25 => 'October\\Rain\\Mail\\MailServiceProvider',
26 => 'October\\Rain\\Argon\\ArgonServiceProvider',
2021-04-15 10:24:56 +00:00
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',
2021-05-03 14:30:20 +00:00
'Input' => 'Illuminate\\Support\\Facades\\Input',
2021-04-15 10:24:56 +00:00
'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',
2021-05-03 14:30:20 +00:00
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
2021-04-15 10:24:56 +00:00
'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',
'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',
'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',
),
),
'*::cms' =>
array (
'activeTheme' => 'modern',
'edgeUpdates' => false,
'backendUri' => 'howpsuzlyk',
'backendForceSecure' => false,
'backendForceRemember' => true,
2021-05-03 14:30:20 +00:00
'backendTimezone' => 'Asia/Ashgabat',
2021-04-15 10:24:56 +00:00
'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,
2021-05-03 14:30:20 +00:00
'enableCsrfProtection' => false,
2021-04-15 10:24:56 +00:00
'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',
2021-05-03 14:30:20 +00:00
'path' => '/var/www/orient-site/storage/framework/cache',
2021-04-15 10:24:56 +00:00
),
'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 (
),
2021-05-03 14:30:20 +00:00
'compiled' => '/var/www/orient-site/storage/framework/views',
2021-04-15 10:24:56 +00:00
),
'*::database' =>
array (
'fetch' => 8,
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
2021-05-03 14:30:20 +00:00
'database' => 'oc_orient',
2021-04-15 10:24:56 +00:00
'prefix' => '',
),
'mysql' =>
array (
'driver' => 'mysql',
'engine' => 'InnoDB',
2021-05-03 14:30:20 +00:00
'host' => 'localhost',
2021-04-15 10:24:56 +00:00
'port' => '3306',
2021-05-03 14:30:20 +00:00
'database' => 'oc_orient',
'username' => 'merdan',
'password' => 'QAZwsx@12',
2021-04-15 10:24:56 +00:00
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'varcharmax' => 191,
),
'pgsql' =>
array (
'driver' => 'pgsql',
'host' => 'localhost',
2021-05-03 14:30:20 +00:00
'port' => '3306',
'database' => 'oc_orient',
'username' => 'merdan',
'password' => 'QAZwsx@12',
2021-04-15 10:24:56 +00:00
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'host' => 'localhost',
2021-05-03 14:30:20 +00:00
'port' => '3306',
'database' => 'oc_orient',
'username' => 'merdan',
'password' => 'QAZwsx@12',
2021-04-15 10:24:56 +00:00
'prefix' => '',
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'predis',
'cluster' => false,
'default' =>
array (
'host' => '127.0.0.1',
'password' => NULL,
2021-05-03 14:30:20 +00:00
'port' => '6379',
2021-04-15 10:24:56 +00:00
'database' => 0,
),
),
'useConfigForTesting' => false,
),
'*::filesystems' =>
array (
'default' => 'local',
'cloud' => 's3',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
2021-05-03 14:30:20 +00:00
'root' => '/var/www/orient-site/storage/app',
2021-04-15 10:24:56 +00:00
'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',
),
),
),
'*::tinker' =>
array (
'commands' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);