File: /home/hasdeuac-119/has.deu.ac.kr/bootstrap/cache/config.php
<?php return array (
'activitylog' =>
array (
'enabled' => false,
'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',
'database_connection' => NULL,
),
'amuz' =>
array (
'package_path' => 'AmuzPackages',
'admin_host' => '',
'use_default_nova_menu' => true,
'use_multi_site' => false,
'use_central_preset' => false,
'use_tenant_preset' => false,
'tenant_resource' => 'App\\Nova\\Central\\Tenant',
'domain_resource' => 'App\\Nova\\Central\\Domain',
'central_user_model' => 'App\\Models\\Central\\User',
'central_user_resource' => 'App\\Nova\\Central\\User',
'tenant_user_model' => 'App\\Models\\Tenant\\User',
'tenant_user_resource' => 'App\\Nova\\Tenant\\User',
'admin_resource' => 'App\\Nova\\Central\\Admin',
'admin_model' => 'App\\Models\\Central\\Admin',
'languages' =>
array (
'ko' =>
array (
'id' => 'ko',
'display' => '한국어',
'flag-icon' => 'kr',
),
'en' =>
array (
'id' => 'en',
'display' => 'English',
'flag-icon' => 'us',
),
),
),
'app' =>
array (
'name' => 'AMUZ CMS2',
'env' => 'production',
'debug' => false,
'url' => 'https://has.deu.ac.kr',
'asset_url' => NULL,
'timezone' => 'Asia/Seoul',
'locale' => 'ko',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'key' => 'base64:OFfBDTM4JPa846qtxPzkaaFeMIaKAegGU89kBagNUWE=',
'cipher' => 'AES-256-CBC',
'maintenance' =>
array (
'driver' => 'file',
),
'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 => 'Devaslanphp\\AutoTranslate\\AutoTranslateProvider',
23 => 'App\\Providers\\AppServiceProvider',
24 => 'App\\Providers\\AuthServiceProvider',
25 => 'App\\Providers\\EventServiceProvider',
26 => 'App\\Providers\\NovaServiceProvider',
27 => 'App\\Providers\\RouteServiceProvider',
28 => 'App\\Providers\\HorizonServiceProvider',
29 => 'App\\Providers\\TelescopeServiceProvider',
30 => 'App\\Providers\\TenancyServiceProvider',
),
'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',
'Date' => 'Illuminate\\Support\\Facades\\Date',
'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',
'Http' => 'Illuminate\\Support\\Facades\\Http',
'Js' => 'Illuminate\\Support\\Js',
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
'Log' => 'Illuminate\\Support\\Facades\\Log',
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
'Number' => 'Illuminate\\Support\\Number',
'Password' => 'Illuminate\\Support\\Facades\\Password',
'Process' => 'Illuminate\\Support\\Facades\\Process',
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter',
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
'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',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
'Redis' => 'Illuminate\\Support\\Facades\\Redis',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'admin' =>
array (
'driver' => 'session',
'provider' => 'admins',
),
'api' =>
array (
'driver' => 'passport',
'provider' => 'users',
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\Tenant\\User',
),
'admins' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\Central\\Admin',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'host' => 'api-mt1.pusher.com',
'port' => 443,
'scheme' => 'https',
'encrypted' => true,
'useTLS' => true,
),
'client_options' =>
array (
),
),
'ably' =>
array (
'driver' => 'ably',
'key' => NULL,
),
'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',
'serialize' => false,
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
'lock_connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/home/hasdeuac-119/has.deu.ac.kr/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',
'lock_connection' => 'default',
),
'dynamodb' =>
array (
'driver' => 'dynamodb',
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'table' => 'cache',
'endpoint' => NULL,
),
'octane' =>
array (
'driver' => 'octane',
),
),
'prefix' => 'amuz_cms2_cache_',
),
'cors' =>
array (
'paths' =>
array (
0 => 'api/*',
1 => 'sanctum/csrf-cookie',
),
'allowed_methods' =>
array (
0 => '*',
),
'allowed_origins' =>
array (
0 => '*',
),
'allowed_origins_patterns' =>
array (
),
'allowed_headers' =>
array (
0 => '*',
),
'exposed_headers' =>
array (
),
'max_age' => 0,
'supports_credentials' => false,
),
'database' =>
array (
'default' => 'central',
'connections' =>
array (
'central' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'hasd_deu2',
'username' => 'deu2',
'password' => 'w1hWp9yexGHgLN13kiQ0',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'hasd_deu2',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'hasd_deu2',
'username' => 'deu2',
'password' => 'w1hWp9yexGHgLN13kiQ0',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'hasd_deu2',
'username' => 'deu2',
'password' => 'w1hWp9yexGHgLN13kiQ0',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'hasd_deu2',
'username' => 'deu2',
'password' => 'w1hWp9yexGHgLN13kiQ0',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'amuz_cms2_database_',
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '0',
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '1',
),
'horizon' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '0',
'options' =>
array (
'prefix' => 'amuz_cms2_horizon:',
),
),
),
),
'eloquent-sortable' =>
array (
'order_column_name' => 'sort_order',
'sort_when_creating' => true,
'ignore_timestamps' => false,
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/home/hasdeuac-119/has.deu.ac.kr/storage/app',
'throw' => false,
),
'package' =>
array (
'driver' => 'local',
'root' => '/home/hasdeuac-119/has.deu.ac.kr/AmuzPackages',
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/home/hasdeuac-119/has.deu.ac.kr/storage/app/public',
'url' => 'https://has.deu.ac.kr/storage',
'visibility' => 'public',
'throw' => false,
),
's3' =>
array (
'driver' => 's3',
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'bucket' => '',
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
'throw' => false,
),
),
'links' =>
array (
'/home/hasdeuac-119/has.deu.ac.kr/public/storage' => '/home/hasdeuac-119/has.deu.ac.kr/storage/app/public',
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
),
),
'horizon' =>
array (
'name' => 'AMUZ CMS2',
'domain' => NULL,
'path' => 'horizon',
'use' => 'default',
'prefix' => 'amuz_cms2_horizon:',
'middleware' =>
array (
0 => 'web',
),
'waits' =>
array (
'redis:default' => 60,
),
'trim' =>
array (
'recent' => 60,
'pending' => 60,
'completed' => 60,
'recent_failed' => 10080,
'failed' => 10080,
'monitored' => 10080,
),
'silenced' =>
array (
),
'silenced_tags' =>
array (
),
'metrics' =>
array (
'trim_snapshots' =>
array (
'job' => 24,
'queue' => 24,
),
),
'fast_termination' => false,
'memory_limit' => 64,
'defaults' =>
array (
'supervisor-1' =>
array (
'connection' => 'redis',
'queue' =>
array (
0 => 'default',
),
'balance' => 'auto',
'autoScalingStrategy' => 'time',
'maxProcesses' => 1,
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 128,
'tries' => 1,
'timeout' => 60,
'nice' => 0,
),
),
'environments' =>
array (
'production' =>
array (
'supervisor-1' =>
array (
'maxProcesses' => 10,
'balanceMaxShift' => 1,
'balanceCooldown' => 3,
),
),
'local' =>
array (
'supervisor-1' =>
array (
'connection' => 'redis',
'queue' =>
array (
0 => 'default',
),
'balance' => 'auto',
'autoScalingStrategy' => 'time',
'minProcesses' => 1,
'maxProcesses' => 3,
'balanceMaxShift' => 1,
'balanceCooldown' => 3,
'tries' => 1,
),
),
),
),
'laraberg' =>
array (
'use_package_routes' => true,
'middlewares' =>
array (
0 => 'web',
1 => 'auth',
),
'prefix' => 'laraberg',
'embed' =>
array (
'maxwidth' => 1200,
'maxheight' => 1200,
'cache' =>
array (
'enabled' => true,
'duration' => 86400,
),
),
),
'livewire' =>
array (
'class_namespace' => 'App\\Http\\Livewire',
'view_path' => '/home/hasdeuac-119/has.deu.ac.kr/resources/views/livewire',
'layout' => 'layouts.app',
'asset_url' => NULL,
'app_url' => NULL,
'middleware_group' =>
array (
0 => 'web',
1 => 'universal',
2 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByDomainOrSubdomain',
),
'temporary_file_upload' =>
array (
'disk' => NULL,
'rules' => NULL,
'directory' => NULL,
'middleware' => NULL,
),
'manifest_path' => NULL,
'back_button_cache' => false,
'render_on_redirect' => false,
),
'logging' =>
array (
'default' => 'stack',
'deprecations' =>
array (
'channel' => 'null',
'trace' => false,
),
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => '/home/hasdeuac-119/has.deu.ac.kr/storage/logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/home/hasdeuac-119/has.deu.ac.kr/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,
'connectionString' => 'tls://:',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/home/hasdeuac-119/has.deu.ac.kr/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'smtp.mailtrap.io',
'port' => '2525',
'encryption' => NULL,
'username' => NULL,
'password' => NULL,
'timeout' => NULL,
'local_domain' => NULL,
),
'ses' =>
array (
'transport' => 'ses',
),
'mailgun' =>
array (
'transport' => 'mailgun',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'sendmail' =>
array (
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs -i',
),
'log' =>
array (
'transport' => 'log',
'channel' => NULL,
),
'array' =>
array (
'transport' => 'array',
),
'failover' =>
array (
'transport' => 'failover',
'mailers' =>
array (
0 => 'smtp',
1 => 'log',
),
),
),
'from' =>
array (
'address' => NULL,
'name' => 'AMUZ CMS2',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/home/hasdeuac-119/has.deu.ac.kr/resources/views/vendor/mail',
),
),
),
'media-library' =>
array (
'disk_name' => 'public',
'max_file_size' => 10485760,
'queue_connection_name' => 'redis',
'queue_name' => '',
'queue_conversions_by_default' => true,
'media_model' => 'Spatie\\MediaLibrary\\MediaCollections\\Models\\Media',
'use_default_collection_serialization' => false,
'temporary_upload_model' => 'Spatie\\MediaLibraryPro\\Models\\TemporaryUpload',
'enable_temporary_uploads_session_affinity' => true,
'generate_thumbnails_for_temporary_uploads' => true,
'file_namer' => 'Spatie\\MediaLibrary\\Support\\FileNamer\\DefaultFileNamer',
'path_generator' => 'Spatie\\MediaLibrary\\Support\\PathGenerator\\DefaultPathGenerator',
'file_remover_class' => 'Spatie\\MediaLibrary\\Support\\FileRemover\\DefaultFileRemover',
'custom_path_generators' =>
array (
),
'url_generator' => 'Spatie\\MediaLibrary\\Support\\UrlGenerator\\DefaultUrlGenerator',
'moves_media_on_update' => false,
'version_urls' => false,
'image_optimizers' =>
array (
'Spatie\\ImageOptimizer\\Optimizers\\Jpegoptim' =>
array (
0 => '-m85',
1 => '--force',
2 => '--strip-all',
3 => '--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',
),
'Spatie\\ImageOptimizer\\Optimizers\\Cwebp' =>
array (
0 => '-m 6',
1 => '-pass 10',
2 => '-mt',
3 => '-q 90',
),
),
'image_generators' =>
array (
0 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Image',
1 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Webp',
2 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Pdf',
3 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Svg',
4 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Video',
),
'temporary_directory_path' => NULL,
'image_driver' => 'gd',
'ffmpeg_path' => '/usr/bin/ffmpeg',
'ffprobe_path' => '/usr/bin/ffprobe',
'jobs' =>
array (
'perform_conversions' => 'Spatie\\MediaLibrary\\Conversions\\Jobs\\PerformConversionsJob',
'generate_responsive_images' => 'Spatie\\MediaLibrary\\ResponsiveImages\\Jobs\\GenerateResponsiveImagesJob',
),
'media_downloader' => 'Spatie\\MediaLibrary\\Downloaders\\DefaultDownloader',
'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',
),
'enable_vapor_uploads' => false,
'default_loading_attribute_value' => NULL,
'prefix' => '',
),
'nova' =>
array (
'license_key' => 'hfwmKYVUQnaD5j6DgBUANPlP2h7XgflIFYGejb5d2byf0IVfKR',
'name' => 'AMUZ CMS2',
'domain' => NULL,
'path' => '/settings',
'guard' => 'admin',
'passwords' => NULL,
'middleware' =>
array (
0 => 'App\\Http\\Middleware\\InitializeTenancyByNovaDomain',
1 => 'tenant',
2 => 'universal',
3 => 'web',
4 => 'Laravel\\Nova\\Http\\Middleware\\HandleInertiaRequests',
5 => 'Laravel\\Nova\\Http\\Middleware\\DispatchServingNovaEvent',
6 => 'Laravel\\Nova\\Http\\Middleware\\BootTools',
7 => 'Formfeed\\DependablePanel\\Http\\Middleware\\InterceptValidationFailure',
8 => 'Formfeed\\DependablePanel\\Http\\Middleware\\InterceptDisplayFields',
9 => 'Formfeed\\SubfieldDependsOn\\Http\\Middleware\\InterceptSubfieldDependsOn',
),
'api_middleware' =>
array (
0 => 'tenant',
1 => 'universal',
2 => 'nova',
3 => 'Laravel\\Nova\\Http\\Middleware\\Authenticate',
4 => 'Laravel\\Nova\\Http\\Middleware\\Authorize',
),
'pagination' => 'links',
'storage_disk' => 'public',
'currency' => 'KRW',
'actions' =>
array (
'resource' => 'Laravel\\Nova\\Actions\\ActionResource',
),
'impersonation' =>
array (
'started' => '/',
'stopped' => '/',
),
'brand' =>
array (
'logo' => '/home/hasdeuac-119/has.deu.ac.kr/resources/amuz_logos/horizon_logo.svg',
'logo_href' => '/',
'logo_class' => 'h-8',
'colors' =>
array (
400 => '23, 50, 181, 0.5',
500 => '23, 50, 181',
600 => '23, 50, 181, 0.75',
),
),
),
'nova-activitylog' =>
array (
'resource' => 'App\\Nova\\Central\\Activity',
),
'nova-button' =>
array (
'defaults' =>
array (
'style' => 'link-primary',
'loadingStyle' => 'link-gray',
'loadingText' => 'Loading',
'successStyle' => 'link-success',
'successText' => 'Success',
'errorStyle' => 'link-danger',
'errorText' => 'Failed',
),
'styles' =>
array (
'primary' => 'cursor-pointer rounded px-4 h-9 font-bold bg-primary-500 hover:bg-primary-400 text-black',
'success' => 'cursor-pointer rounded px-4 h-9 font-bold bg-green-500 hover:bg-green-400 text-white',
'warning' => 'cursor-pointer rounded px-4 h-9 font-bold bg-yellow-500 hover:bg-yellow-400 text-white',
'danger' => 'cursor-pointer rounded px-4 h-9 font-bold bg-red-500 hover:bg-red-400 text-white',
'info' => 'cursor-pointer rounded px-4 h-9 font-bold bg-blue-500 hover:bg-blue-400 text-white',
'gray' => 'cursor-pointer rounded px-4 h-9 font-bold bg-gray-500 hover:bg-gray-400 text-white',
'primary-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-primary-500 hover:bg-primary-400 text-black border-2',
'success-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-green-500 hover:bg-green-400 text-white border-2',
'warning-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-yellow-500 hover:bg-yellow-400 text-white border-2',
'danger-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-red-500 hover:bg-red-400 text-white border-2',
'info-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-blue-500 hover:bg-blue-400 text-white border-2',
'gray-outline' => 'cursor-pointer rounded px-4 h-9 font-bold bg-gray-500 hover:bg-gray-400 text-white border-2',
'primary-link' => 'cursor-pointer dim inline-block font-bold text-primary-500 hover:text-primary-400',
'success-link' => 'cursor-pointer dim inline-block font-bold text-green-500 hover:text-green-400',
'warning-link' => 'cursor-pointer dim inline-block font-bold text-yellow-500 hover:text-yellow-400',
'danger-link' => 'cursor-pointer dim inline-block font-bold text-red-500 hover:text-red-400',
'info-link' => 'cursor-pointer dim inline-block font-bold text-blue-500 hover:text-blue-400',
'gray-link' => 'cursor-pointer dim inline-block font-bold text-gray-500 hover:text-gray-400',
'custom' => 'bg-orange-500 hover:bg-orange-400',
),
),
'nova-eloquent-sortable' =>
array (
'can_see_sortable_action' => NULL,
),
'nova-google-maps' =>
array (
'google_maps_api_key' => NULL,
'default_latitude' => 41.657523,
'default_longitude' => -101.157292,
'default_zoom' => 3,
),
'nova-media-library' =>
array (
'default-croppable' => true,
'enable-existing-media' => false,
'hide-media-collections' =>
array (
),
),
'passport' =>
array (
'guard' => 'web',
'private_key' => NULL,
'public_key' => NULL,
'client_uuids' => true,
'personal_access_client' =>
array (
'id' => NULL,
'secret' => NULL,
),
),
'queue' =>
array (
'default' => 'redis',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 3600,
'after_commit' => false,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 3600,
'block_for' => 0,
'after_commit' => false,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => '',
'secret' => '',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'default',
'suffix' => NULL,
'region' => 'us-east-1',
'after_commit' => false,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 3600,
'block_for' => NULL,
'after_commit' => false,
),
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'central',
'table' => 'failed_jobs',
),
),
'saas' =>
array (
'trial_days' => 0,
'plans' =>
array (
),
'cancelation_reasons' =>
array (
),
'stripe_key' => 'pk_test_u62IfK8EvCQsJK37ET6w6MBZ',
'stripe_secret' => 'sk_test_51Bv3b5CNDxPe85UJNi2P32mAYZ1FBVgCq4LEsCjbRQaKrMS57kqmda0HJFL42xk0uEQ3Dug4nuflIiviKPPI8zZv00dGQmKEYc',
),
'services' =>
array (
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
'endpoint' => 'api.mailgun.net',
'scheme' => 'https',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => '',
'secret' => '',
'region' => 'us-east-1',
),
'stripe' =>
array (
'key' => 'pk_test_u62IfK8EvCQsJK37ET6w6MBZ',
'secret' => 'sk_test_51Bv3b5CNDxPe85UJNi2P32mAYZ1FBVgCq4LEsCjbRQaKrMS57kqmda0HJFL42xk0uEQ3Dug4nuflIiviKPPI8zZv00dGQmKEYc',
),
'ploi' =>
array (
'token' => '',
'server' => '',
'site' => '',
),
'facebook' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://has.deu.ac.kr/amuz-cms-global/auth/facebook/callback',
),
'apple' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://has.deu.ac.kr/amuz-cms-global/auth/apple/callback',
),
'google' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://has.deu.ac.kr/amuz-cms-global/auth/google/callback',
),
'kakao' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://has.deu.ac.kr/amuz-cms-global/auth/kakao/callback',
),
'naver' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://has.deu.ac.kr/amuz-cms-global/auth/naver/callback',
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/home/hasdeuac-119/has.deu.ac.kr/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'amuz_cms2_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'telescope' =>
array (
'domain' => NULL,
'path' => 'telescope',
'driver' => 'database',
'storage' =>
array (
'database' =>
array (
'connection' => 'central',
'chunk' => 1000,
),
),
'enabled' => true,
'middleware' =>
array (
0 => 'web',
1 => 'Laravel\\Telescope\\Http\\Middleware\\Authorize',
),
'only_paths' =>
array (
),
'ignore_paths' =>
array (
0 => 'nova-api*',
),
'ignore_commands' =>
array (
),
'watchers' =>
array (
'Laravel\\Telescope\\Watchers\\CacheWatcher' => true,
'Laravel\\Telescope\\Watchers\\CommandWatcher' =>
array (
'enabled' => true,
'ignore' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\DumpWatcher' => true,
'Laravel\\Telescope\\Watchers\\EventWatcher' =>
array (
'enabled' => true,
'ignore' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\ExceptionWatcher' => true,
'Laravel\\Telescope\\Watchers\\JobWatcher' => true,
'Laravel\\Telescope\\Watchers\\LogWatcher' => true,
'Laravel\\Telescope\\Watchers\\MailWatcher' => true,
'Laravel\\Telescope\\Watchers\\ModelWatcher' =>
array (
'enabled' => true,
'events' =>
array (
0 => 'eloquent.*',
),
),
'Laravel\\Telescope\\Watchers\\NotificationWatcher' => true,
'Laravel\\Telescope\\Watchers\\QueryWatcher' =>
array (
'enabled' => true,
'ignore_packages' => true,
'slow' => 100,
),
'Laravel\\Telescope\\Watchers\\RedisWatcher' => true,
'Laravel\\Telescope\\Watchers\\RequestWatcher' =>
array (
'enabled' => true,
'size_limit' => 64,
),
'Laravel\\Telescope\\Watchers\\GateWatcher' =>
array (
'enabled' => true,
'ignore_abilities' =>
array (
),
'ignore_packages' => true,
),
'Laravel\\Telescope\\Watchers\\ScheduleWatcher' => true,
'Laravel\\Telescope\\Watchers\\ViewWatcher' => true,
),
),
'tenancy' =>
array (
'tenant_model' => 'App\\Models\\Central\\Tenant',
'id_generator' => 'Stancl\\Tenancy\\UUIDGenerator',
'domain_model' => 'App\\Models\\Central\\Domain',
'central_domains' =>
array (
0 => 'has.deu.ac.kr',
),
'bootstrappers' =>
array (
0 => 'Stancl\\Tenancy\\Bootstrappers\\DatabaseTenancyBootstrapper',
1 => 'Stancl\\Tenancy\\Bootstrappers\\CacheTenancyBootstrapper',
2 => 'Stancl\\Tenancy\\Bootstrappers\\FilesystemTenancyBootstrapper',
3 => 'Stancl\\Tenancy\\Bootstrappers\\QueueTenancyBootstrapper',
4 => 'Stancl\\Tenancy\\Bootstrappers\\RedisTenancyBootstrapper',
5 => 'App\\TenancyBootstrappers\\NovaAuthGuardBootstrapper',
),
'database' =>
array (
'central_connection' => 'central',
'template_tenant_connection' => NULL,
'prefix' => 'tenant_',
'suffix' => '',
'managers' =>
array (
'sqlite' => 'Stancl\\Tenancy\\TenantDatabaseManagers\\SQLiteDatabaseManager',
'pgsql' => 'Stancl\\Tenancy\\TenantDatabaseManagers\\PostgreSQLDatabaseManager',
'mysql' => 'Stancl\\Tenancy\\TenantDatabaseManagers\\PermissionControlledMySQLDatabaseManager',
),
),
'cache' =>
array (
'tag_base' => 'tenant',
),
'filesystem' =>
array (
'suffix_base' => 'tenant_',
'disks' =>
array (
0 => 'local',
1 => 'public',
),
'root_override' =>
array (
'local' => '%storage_path%/app/',
'public' => '%storage_path%/app/public/',
),
'suffix_storage_path' => true,
'asset_helper_tenancy' => false,
),
'redis' =>
array (
'prefix_base' => 'tenant_',
'prefixed_connections' =>
array (
),
),
'features' =>
array (
0 => 'Stancl\\Tenancy\\Features\\UserImpersonation',
1 => 'Stancl\\Tenancy\\Features\\TelescopeTags',
2 => 'Stancl\\Tenancy\\Features\\UniversalRoutes',
3 => 'Stancl\\Tenancy\\Features\\TenantConfig',
4 => 'Stancl\\Tenancy\\Features\\CrossDomainRedirect',
5 => 'Stancl\\Tenancy\\Features\\ViteBundler',
),
'routes' => true,
'migration_parameters' =>
array (
'--force' => true,
'--path' =>
array (
0 => '/home/hasdeuac-119/has.deu.ac.kr/database/migrations/tenant',
1 => '/home/hasdeuac-119/has.deu.ac.kr/AmuzPackages/Cms2/Database/migrations/tenant',
2 => '/home/hasdeuac-119/has.deu.ac.kr/AmuzPackages/Cms2Deu/Database/migrations/tenant',
),
'--realpath' => true,
),
'seeder_parameters' =>
array (
'--class' => 'TenantDatabaseSeeder',
'--force' => true,
),
),
'themes-manager' =>
array (
'directory' => 'AmuzPackages',
'symlink_path' => 'themes',
'symlink_relative' => false,
'fallback_theme' => NULL,
'cache' =>
array (
'enabled' => false,
'key' => 'themes-manager',
'lifetime' => 86400,
),
'composer' =>
array (
'vendor' => NULL,
'author' =>
array (
'name' => NULL,
'email' => NULL,
),
),
),
'view' =>
array (
'paths' =>
array (
0 => '/home/hasdeuac-119/has.deu.ac.kr/resources/views',
),
'compiled' => '/home/hasdeuac-119/has.deu.ac.kr/storage/framework/views',
),
'nova-language-switch' =>
array (
'supported-languages' =>
array (
'ko' => '한국어',
'en' => 'English',
),
'rtl-languages' =>
array (
0 => 'ar',
),
),
'taxonomies' =>
array (
'taxonomies_model' => 'Hamedov\\Taxonomies\\Taxonomy',
'icon_collection_name' => 'taxonomy_icons',
'icon_conversions' =>
array (
'thumb' =>
array (
0 => 120,
1 => 120,
),
),
'unique_slugs' => true,
'slug_locale' => 'en',
'slug_separator' => '-',
),
'inertia' =>
array (
'ssr' =>
array (
'enabled' => true,
'url' => 'http://127.0.0.1:13714',
),
'testing' =>
array (
'ensure_pages_exist' => true,
'page_paths' =>
array (
0 => '/home/hasdeuac-119/has.deu.ac.kr/resources/js/Pages',
),
'page_extensions' =>
array (
0 => 'js',
1 => 'jsx',
2 => 'svelte',
3 => 'ts',
4 => 'tsx',
5 => 'vue',
),
),
),
'image' =>
array (
'driver' => 'gd',
),
'cashier' =>
array (
'key' => 'pk_test_u62IfK8EvCQsJK37ET6w6MBZ',
'secret' => 'sk_test_51Bv3b5CNDxPe85UJNi2P32mAYZ1FBVgCq4LEsCjbRQaKrMS57kqmda0HJFL42xk0uEQ3Dug4nuflIiviKPPI8zZv00dGQmKEYc',
'path' => 'stripe',
'webhook' =>
array (
'secret' => NULL,
'tolerance' => 300,
'events' =>
array (
0 => 'customer.subscription.created',
1 => 'customer.subscription.updated',
2 => 'customer.subscription.deleted',
3 => 'customer.updated',
4 => 'customer.deleted',
5 => 'payment_method.automatically_updated',
6 => 'invoice.payment_action_required',
7 => 'invoice.payment_succeeded',
),
),
'currency' => 'usd',
'currency_locale' => 'en',
'payment_notification' => NULL,
'invoices' =>
array (
'renderer' => 'Laravel\\Cashier\\Invoices\\DompdfInvoiceRenderer',
'options' =>
array (
'paper' => 'letter',
),
),
'logger' => NULL,
),
'excel' =>
array (
'exports' =>
array (
'chunk_size' => 1000,
'pre_calculate_formulas' => false,
'strict_null_comparison' => false,
'csv' =>
array (
'delimiter' => ',',
'enclosure' => '"',
'line_ending' => '
',
'use_bom' => false,
'include_separator_line' => false,
'excel_compatibility' => false,
'output_encoding' => '',
'test_auto_detect' => true,
),
'properties' =>
array (
'creator' => '',
'lastModifiedBy' => '',
'title' => '',
'description' => '',
'subject' => '',
'keywords' => '',
'category' => '',
'manager' => '',
'company' => '',
),
),
'imports' =>
array (
'read_only' => true,
'ignore_empty' => false,
'heading_row' =>
array (
'formatter' => 'slug',
),
'csv' =>
array (
'delimiter' => NULL,
'enclosure' => '"',
'escape_character' => '\\',
'contiguous' => false,
'input_encoding' => 'guess',
),
'properties' =>
array (
'creator' => '',
'lastModifiedBy' => '',
'title' => '',
'description' => '',
'subject' => '',
'keywords' => '',
'category' => '',
'manager' => '',
'company' => '',
),
'cells' =>
array (
'middleware' =>
array (
),
),
),
'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',
),
'cache' =>
array (
'driver' => 'memory',
'batch' =>
array (
'memory_limit' => 60000,
),
'illuminate' =>
array (
'store' => NULL,
),
'default_ttl' => 10800,
),
'transactions' =>
array (
'handler' => 'db',
'db' =>
array (
'connection' => NULL,
),
),
'temporary_files' =>
array (
'local_path' => '/home/hasdeuac-119/has.deu.ac.kr/storage/framework/cache/laravel-excel',
'local_permissions' =>
array (
),
'remote_disk' => NULL,
'remote_prefix' => NULL,
'force_resync_remote' => NULL,
),
),
'nova-tiptap' =>
array (
'prune_images' => false,
'image_storage' =>
array (
'disk' => 'public',
'path' => '',
),
'file_storage' =>
array (
'disk' => 'public',
'path' => '',
),
'upload' =>
array (
'max_image_size' => 5242880,
'max_file_size' => 10485760,
'allowed_image_extensions' =>
array (
0 => 'jpg',
1 => 'jpeg',
2 => 'png',
3 => 'gif',
4 => 'webp',
5 => 'svg',
),
'allowed_file_extensions' =>
array (
0 => 'pdf',
1 => 'doc',
2 => 'docx',
3 => 'xls',
4 => 'xlsx',
5 => 'ppt',
6 => 'pptx',
7 => 'txt',
8 => 'rtf',
9 => 'csv',
10 => 'zip',
11 => 'rar',
12 => '7z',
13 => 'jpg',
14 => 'jpeg',
15 => 'png',
16 => 'gif',
17 => 'webp',
18 => 'svg',
19 => 'mp3',
20 => 'wav',
21 => 'mp4',
22 => 'avi',
23 => 'mov',
24 => 'wmv',
),
'allowed_disks' =>
array (
0 => 'public',
1 => 'local',
),
'strict_mime_checking' => true,
),
),
'nova-settings' =>
array (
'table' => 'nova_settings',
'base_path' => 'nova-settings',
'reload_page_on_save' => false,
'models' =>
array (
'settings' => 'Outl1ne\\NovaSettings\\Models\\Settings',
),
'show_in_sidebar' => true,
'cache' =>
array (
'store' => ':memory:',
'prefix' => 'nova-settings:',
),
),
'tags' =>
array (
'slugger' => NULL,
'tag_model' => 'Spatie\\Tags\\Tag',
'taggable' =>
array (
'table_name' => 'taggables',
'morph_name' => 'taggable',
'class_name' => 'Illuminate\\Database\\Eloquent\\Relations\\MorphPivot',
),
),
'auto-translate' =>
array (
'locales' =>
array (
0 => 'fr',
1 => 'ar',
),
'base_locale' => 'fr',
),
'nova-icon-field' =>
array (
'disk' => 'nova-icon-field',
'route' =>
array (
'prefix' => 'nova-icon-field',
'name' => 'nova-icon-field',
'nova_middleware' => '',
'nova_headers' =>
array (
),
'icon_middleware' => '',
'icon_params' =>
array (
),
),
'style_prefix' => '',
'style_suffix' => '',
'icon_prefix' => '',
'icon_suffix' => '',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
'ide-helper' =>
array (
'model_hooks' =>
array (
0 => 'Staudenmeir\\LaravelAdjacencyList\\IdeHelper\\RecursiveRelationsHook',
),
),
);