File: /home/dnlightw-124/dn.lightweb.kr/bootstrap/cache/config.php
<?php return array (
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'reverb' =>
array (
'driver' => 'reverb',
'key' => NULL,
'secret' => NULL,
'app_id' => NULL,
'options' =>
array (
'host' => NULL,
'port' => 443,
'scheme' => 'https',
'useTLS' => true,
),
'client_options' =>
array (
),
),
'pusher' =>
array (
'driver' => 'pusher',
'key' => NULL,
'secret' => NULL,
'app_id' => NULL,
'options' =>
array (
'cluster' => NULL,
'host' => 'api-mt1.pusher.com',
'port' => 443,
'scheme' => 'https',
'encrypted' => true,
'useTLS' => true,
),
'client_options' =>
array (
),
),
'ably' =>
array (
'driver' => 'ably',
'key' => NULL,
),
'log' =>
array (
'driver' => 'log',
),
'null' =>
array (
'driver' => 'null',
),
),
),
'concurrency' =>
array (
'default' => 'process',
),
'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,
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => '12',
'verify' => true,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
),
'rehash_on_login' => true,
),
'view' =>
array (
'paths' =>
array (
0 => '/home/dnlightw-124/dn.lightweb.kr/resources/views',
),
'compiled' => '/home/dnlightw-124/dn.lightweb.kr/storage/framework/views',
),
'analytics' =>
array (
'property_id' => '484621868',
'service_account_credentials_json' => '/home/dnlightw-124/dn.lightweb.kr/storage/app/analytics/google-analytics.json',
'cache_lifetime_in_minutes' => 1440,
'cache' =>
array (
'store' => 'file',
),
),
'app' =>
array (
'name' => 'Organ-Portal',
'env' => 'local',
'debug' => false,
'url' => 'https://dn.lightweb.kr',
'frontend_url' => 'http://localhost:3000',
'asset_url' => NULL,
'timezone' => 'Asia/Seoul',
'locale' => 'ko',
'fallback_locale' => 'en',
'faker_locale' => 'ko_KR',
'cipher' => 'AES-256-CBC',
'key' => 'base64:/uN1ZSIpmqcth7GsiGUhgOF/eOs0jAaq0Gddr3vwzi0=',
'previous_keys' =>
array (
),
'maintenance' =>
array (
'driver' => 'file',
'store' => 'database',
),
'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\\Concurrency\\ConcurrencyServiceProvider',
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\\Notifications\\NotificationServiceProvider',
14 => 'Illuminate\\Pagination\\PaginationServiceProvider',
15 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
16 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
17 => 'Illuminate\\Queue\\QueueServiceProvider',
18 => 'Illuminate\\Redis\\RedisServiceProvider',
19 => 'Illuminate\\Session\\SessionServiceProvider',
20 => 'Illuminate\\Translation\\TranslationServiceProvider',
21 => 'Illuminate\\Validation\\ValidationServiceProvider',
22 => 'Illuminate\\View\\ViewServiceProvider',
23 => 'App\\Providers\\AmuzCmsOrbitServiceProvider',
24 => 'App\\Providers\\TenancyServiceProvider',
25 => 'App\\Providers\\FortifyServiceProvider',
26 => 'App\\Providers\\JetstreamServiceProvider',
),
'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',
'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency',
'Config' => 'Illuminate\\Support\\Facades\\Config',
'Context' => 'Illuminate\\Support\\Facades\\Context',
'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',
'Schedule' => 'Illuminate\\Support\\Facades\\Schedule',
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
'Session' => 'Illuminate\\Support\\Facades\\Session',
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
'Str' => 'Illuminate\\Support\\Str',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Uri' => 'Illuminate\\Support\\Uri',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
'Theme' => 'App\\Theme\\ThemeHandler',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Settings\\Entities\\User\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'authentication-log' =>
array (
'table_name' => 'authentication_log',
'db_connection' => NULL,
'events' =>
array (
'login' => 'Illuminate\\Auth\\Events\\Login',
'failed' => 'Illuminate\\Auth\\Events\\Failed',
'logout' => 'Illuminate\\Auth\\Events\\Logout',
'logout-other-devices' => 'Illuminate\\Auth\\Events\\OtherDeviceLogout',
),
'listeners' =>
array (
'login' => 'Rappasoft\\LaravelAuthenticationLog\\Listeners\\LoginListener',
'failed' => 'Rappasoft\\LaravelAuthenticationLog\\Listeners\\FailedLoginListener',
'logout' => 'Rappasoft\\LaravelAuthenticationLog\\Listeners\\LogoutListener',
'logout-other-devices' => 'Rappasoft\\LaravelAuthenticationLog\\Listeners\\OtherDeviceLogoutListener',
),
'notifications' =>
array (
'new-device' =>
array (
'enabled' => true,
'location' => false,
'template' => 'Rappasoft\\LaravelAuthenticationLog\\Notifications\\NewDevice',
),
'failed-login' =>
array (
'enabled' => true,
'location' => false,
'template' => 'Rappasoft\\LaravelAuthenticationLog\\Notifications\\FailedLogin',
),
),
'purge' => 90,
'behind_cdn' => false,
),
'cache' =>
array (
'default' => 'redis',
'stores' =>
array (
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'table' => 'cache',
'lock_connection' => NULL,
'lock_table' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/home/dnlightw-124/dn.lightweb.kr/storage/framework/cache/data',
'lock_path' => '/home/dnlightw-124/dn.lightweb.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' => 'Organ-Portal',
),
'cms-orbit' =>
array (
'central_domain' => 'dn.lightweb.kr',
'settings_demo' => true,
'use_tenant' => false,
'default_theme' => 'dn-urology',
'default_profile_photo_url' => '/assets/img/default_profile_photo.png',
'phone_e164_default_country' => 'KR',
'supported_languages' =>
array (
'ko' =>
array (
'code' => 'ko',
'fakerLocale' => 'ko_KR',
'name' => '한국어',
'flag_emoji' => '🇰🇷',
),
'en' =>
array (
'code' => 'en',
'fakerLocale' => 'en_US',
'name' => 'English',
'flag_emoji' => '🇬🇧',
),
),
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'dnli_organ_portal',
'prefix' => '',
'foreign_key_constraints' => true,
'busy_timeout' => NULL,
'journal_mode' => NULL,
'synchronous' => NULL,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'dnli_organ_portal',
'username' => 'dn',
'password' => 'X9M7T4L2Y6Q8P3KD',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'mariadb' =>
array (
'driver' => 'mariadb',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'dnli_organ_portal',
'username' => 'dn',
'password' => 'X9M7T4L2Y6Q8P3KD',
'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' => 'dnli_organ_portal',
'username' => 'dn',
'password' => 'X9M7T4L2Y6Q8P3KD',
'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' => 'dnli_organ_portal',
'username' => 'dn',
'password' => 'X9M7T4L2Y6Q8P3KD',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
'mariadb_tenant' =>
array (
'driver' => 'mariadb',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'dnli_organ_portal',
'username' => 'dn',
'password' => 'X9M7T4L2Y6Q8P3KD',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
),
'migrations' =>
array (
'table' => 'migrations',
'update_date_on_publish' => true,
),
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'organ_portal_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' => 'organ_portal_horizon:',
),
),
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/home/dnlightw-124/dn.lightweb.kr/storage/app/private',
'serve' => true,
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/home/dnlightw-124/dn.lightweb.kr/storage/app/public',
'url' => 'https://dn.lightweb.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,
),
'profile_photos' =>
array (
'driver' => 'local',
'root' => '/home/dnlightw-124/dn.lightweb.kr/storage/app/public/profile_photos',
'url' => 'https://dn.lightweb.kr/storage/profile_photos',
'visibility' => 'public',
'throw' => false,
),
),
'links' =>
array (
'/home/dnlightw-124/dn.lightweb.kr/public/storage' => '/home/dnlightw-124/dn.lightweb.kr/storage/app/public',
),
),
'fortify-options' =>
array (
'two-factor-authentication' =>
array (
'confirm' => true,
'confirmPassword' => true,
),
),
'fortify' =>
array (
'guard' => 'web',
'middleware' =>
array (
0 => 'web',
1 => 'frontend',
2 => 'universal',
),
'auth_middleware' => 'auth',
'passwords' => 'users',
'username' => 'email',
'email' => 'email',
'views' => true,
'home' => '/',
'prefix' => 'auth',
'domain' => NULL,
'lowercase_usernames' => true,
'limiters' =>
array (
'login' => 'login',
'two-factor' => 'two-factor',
),
'paths' =>
array (
'login' => NULL,
'logout' => NULL,
'password' =>
array (
'request' => NULL,
'reset' => NULL,
'email' => NULL,
'update' => NULL,
'confirm' => NULL,
'confirmation' => NULL,
),
'register' => NULL,
'verification' =>
array (
'notice' => NULL,
'verify' => NULL,
'send' => NULL,
),
'user-profile-information' =>
array (
'update' => NULL,
),
'user-password' =>
array (
'update' => NULL,
),
'two-factor' =>
array (
'login' => NULL,
'enable' => NULL,
'confirm' => NULL,
'disable' => NULL,
'qr-code' => NULL,
'secret-key' => NULL,
'recovery-codes' => NULL,
),
),
'redirects' =>
array (
'login' => NULL,
'logout' => NULL,
'password-confirmation' => NULL,
'register' => NULL,
'email-verification' => NULL,
'password-reset' => NULL,
),
'features' =>
array (
0 => 'registration',
1 => 'reset-passwords',
2 => 'email-verification',
3 => 'update-profile-information',
4 => 'update-passwords',
5 => 'two-factor-authentication',
),
),
'image' =>
array (
'driver' => 'Intervention\\Image\\Drivers\\Gd\\Driver',
'options' =>
array (
'autoOrientation' => true,
'decodeAnimation' => true,
'blendingColor' => 'ffffff',
'strip' => false,
),
),
'jetstream' =>
array (
'stack' => 'inertia',
'middleware' =>
array (
0 => 'web',
1 => 'frontend',
2 => 'universal',
),
'features' =>
array (
0 => 'profile-photos',
1 => 'api',
2 => 'account-deletion',
),
'profile_photo_disk' => 'profile_photos',
'auth_session' => 'Laravel\\Jetstream\\Http\\Middleware\\AuthenticateSession',
'guard' => 'sanctum',
),
'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/dnlightw-124/dn.lightweb.kr/storage/logs/laravel.log',
'level' => 'debug',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/home/dnlightw-124/dn.lightweb.kr/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
'replace_placeholders' => true,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'debug',
'replace_placeholders' => true,
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
'connectionString' => 'tls://:',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
'facility' => 8,
'replace_placeholders' => true,
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
'replace_placeholders' => true,
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/home/dnlightw-124/dn.lightweb.kr/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'url' => NULL,
'host' => 'smtp.gmail.com',
'port' => '587',
'encryption' => 'tls',
'username' => 'ceo@amuz.co.kr',
'password' => 'lffzbaataywqabdg',
'timeout' => NULL,
'local_domain' => 'dn.lightweb.kr',
),
'ses' =>
array (
'transport' => 'ses',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'resend' =>
array (
'transport' => 'resend',
),
'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',
),
),
'roundrobin' =>
array (
'transport' => 'roundrobin',
'mailers' =>
array (
0 => 'ses',
1 => 'postmark',
),
),
),
'from' =>
array (
'address' => 'develop@amuz.co.kr',
'name' => 'Organ-Portal',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/home/dnlightw-124/dn.lightweb.kr/resources/views/vendor/mail',
),
),
),
'platform' =>
array (
'domain' => NULL,
'prefix' => 'settings',
'middleware' =>
array (
'public' =>
array (
0 => 'web',
1 => 'universal',
2 => 'tenancy',
3 => 'cache.headers:private;must_revalidate;etag',
),
'private' =>
array (
0 => 'web',
1 => 'universal',
2 => 'platform',
3 => 'tenancy',
4 => 'cache.headers:private;must_revalidate;etag',
),
),
'guard' => 'web',
'auth' => true,
'index' => 'settings.main',
'profile' => 'settings.profile',
'resource' =>
array (
'stylesheets' =>
array (
),
'scripts' =>
array (
),
),
'vite' =>
array (
0 => 'app/Settings/resources/css/settings.css',
1 => 'app/Settings/resources/js/settings.js',
),
'template' =>
array (
'header' => 'settings::layouts.header',
'footer' => 'settings::layouts.footer',
),
'attachment' =>
array (
'disk' => 'public',
'generator' => 'Orchid\\Attachment\\Engines\\Generator',
),
'icons' =>
array (
'bs' => '/home/dnlightw-124/dn.lightweb.kr/vendor/twbs/bootstrap-icons/icons',
),
'notifications' =>
array (
'enabled' => true,
'interval' => 60,
),
'search' =>
array (
0 => 'App\\Settings\\Entities\\User\\User',
),
'turbo' =>
array (
'cache' => true,
),
'fallback' => false,
'workspace' => 'platform::workspace.full',
'prevents_abandonment' => true,
'provider' => 'App\\Providers\\SettingsServiceProvider',
),
'queue' =>
array (
'default' => 'redis',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'after_commit' => false,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
'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' => 90,
'block_for' => NULL,
'after_commit' => false,
),
),
'batching' =>
array (
'database' => 'mysql',
'table' => 'job_batches',
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'sanctum' =>
array (
'stateful' =>
array (
0 => 'localhost',
1 => 'localhost:3000',
2 => '127.0.0.1',
3 => '127.0.0.1:8000',
4 => '::1',
5 => 'dn.lightweb.kr',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'token_prefix' => '',
'middleware' =>
array (
'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession',
'encrypt_cookies' => 'Illuminate\\Cookie\\Middleware\\EncryptCookies',
'validate_csrf_token' => 'Illuminate\\Foundation\\Http\\Middleware\\ValidateCsrfToken',
),
),
'scout' =>
array (
'driver' => 'database',
'prefix' => 'cms_orbit',
'queue' => false,
'after_commit' => false,
'chunk' =>
array (
'searchable' => 500,
'unsearchable' => 500,
),
'soft_delete' => false,
'identify' => false,
'algolia' =>
array (
'id' => '',
'secret' => '',
'index-settings' =>
array (
),
),
'meilisearch' =>
array (
'host' => 'http://localhost:7700',
'key' => NULL,
'index-settings' =>
array (
),
),
'typesense' =>
array (
'client-settings' =>
array (
'api_key' => 'xyz',
'nodes' =>
array (
0 =>
array (
'host' => 'localhost',
'port' => '8108',
'path' => '',
'protocol' => 'http',
),
),
'nearest_node' =>
array (
'host' => 'localhost',
'port' => '8108',
'path' => '',
'protocol' => 'http',
),
'connection_timeout_seconds' => 2,
'healthcheck_interval_seconds' => 30,
'num_retries' => 3,
'retry_interval_seconds' => 1,
),
'model-settings' =>
array (
),
),
),
'services' =>
array (
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => '',
'secret' => '',
'region' => 'us-east-1',
),
'resend' =>
array (
'key' => NULL,
),
'slack' =>
array (
'notifications' =>
array (
'bot_user_oauth_token' => NULL,
'channel' => NULL,
),
),
'amuz' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => '/orbit-common/auth/amuz/callback',
),
),
'session' =>
array (
'driver' => 'redis',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => true,
'files' => '/home/dnlightw-124/dn.lightweb.kr/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'organ_portal_session',
'path' => '/',
'domain' => 'dn.lightweb.kr',
'secure' => true,
'http_only' => true,
'same_site' => 'lax',
'partitioned' => false,
),
'settings' =>
array (
'table' => 'site_configs',
'cache' => true,
'cache_key_prefix' => 'config.',
'encryption' => false,
'driver' => 'eloquent',
'drivers' =>
array (
'database' =>
array (
'driver' => 'database',
'connection' => 'mysql',
),
'eloquent' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Settings\\Configs\\SiteConfig',
),
),
'teams' => false,
'team_foreign_key' => 'team_id',
'context_serializer' => 'Rawilk\\Settings\\Support\\ContextSerializers\\ContextSerializer',
'key_generator' => 'Rawilk\\Settings\\Support\\KeyGenerators\\ReadableKeyGenerator',
'value_serializer' => 'Rawilk\\Settings\\Support\\ValueSerializers\\ValueSerializer',
'cache_default_value' => true,
'unserialize_safelist' =>
array (
0 => 'Carbon\\Carbon',
1 => 'Carbon\\CarbonImmutable',
2 => 'Illuminate\\Support\\Carbon',
),
'hash_algorithm' => 'xxh128',
),
'tenancy' =>
array (
'tenant_model' => 'App\\Settings\\Entities\\Tenant\\Tenant',
'id_generator' => 'Stancl\\Tenancy\\UUIDGenerator',
'domain_model' => 'App\\Settings\\Entities\\Tenant\\TenantDomain',
'central_domains' =>
array (
0 => 'dn.lightweb.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\\DatabaseSessionBootstrapper',
5 => 'Stancl\\Tenancy\\Bootstrappers\\JobBatchBootstrapper',
),
'database' =>
array (
'central_connection' => 'mysql',
'template_tenant_connection' => 'mariadb_tenant',
'tenant_host_connection_name' => 'tenant_host_connection',
'prefix' => 'dnli_organ_portal_',
'suffix' => '',
'managers' =>
array (
'sqlite' => 'Stancl\\Tenancy\\Database\\TenantDatabaseManagers\\SQLiteDatabaseManager',
'mysql' => 'Stancl\\Tenancy\\Database\\TenantDatabaseManagers\\MySQLDatabaseManager',
'mariadb' => 'Stancl\\Tenancy\\Database\\TenantDatabaseManagers\\MySQLDatabaseManager',
'pgsql' => 'Stancl\\Tenancy\\Database\\TenantDatabaseManagers\\PostgreSQLDatabaseManager',
'sqlsrv' => 'Stancl\\Tenancy\\Database\\TenantDatabaseManagers\\MicrosoftSQLDatabaseManager',
),
'drop_tenant_databases_on_migrate_fresh' => false,
),
'cache' =>
array (
'prefix' => 'tenant_%tenant%_',
'stores' =>
array (
0 => 'redis',
),
'scope_sessions' => true,
'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/',
),
'url_override' =>
array (
'public' => 'public-%tenant%',
),
'scope_cache' => true,
'scope_sessions' => true,
'suffix_storage_path' => true,
'asset_helper_tenancy' => false,
),
'redis' =>
array (
'prefix' => 'tenant_%tenant%_',
'prefixed_connections' =>
array (
0 => 'default',
),
),
'features' =>
array (
),
'routes' => true,
'migration_parameters' =>
array (
'--force' => true,
'--path' =>
array (
0 => '/home/dnlightw-124/dn.lightweb.kr/database/migrations',
1 => '/home/dnlightw-124/dn.lightweb.kr/database/migrations/tenant',
),
'--schema-path' => '/home/dnlightw-124/dn.lightweb.kr/database/schema/tenant-schema.dump',
'--realpath' => true,
),
'seeder_parameters' =>
array (
'--class' => 'Database\\Seeders\\TenantSeeder',
),
'models' =>
array (
'tenant' => 'App\\Settings\\Entities\\Tenant\\Tenant',
'domain' => 'App\\Settings\\Entities\\Tenant\\TenantDomain',
'tenant_key_column' => 'tenant_id',
'id_generator' => 'Stancl\\Tenancy\\UniqueIdentifierGenerators\\UUIDGenerator',
),
'identification' =>
array (
'central_domains' =>
array (
0 => 'dn.lightweb.kr',
),
'default_middleware' => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByDomainOrSubdomain',
'middleware' =>
array (
0 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByDomainOrSubdomain',
1 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByPath',
2 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByRequestData',
3 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByOriginHeader',
),
'domain_identification_middleware' =>
array (
0 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByDomainOrSubdomain',
),
'path_identification_middleware' =>
array (
0 => 'Stancl\\Tenancy\\Middleware\\InitializeTenancyByPath',
),
'resolvers' =>
array (
'Stancl\\Tenancy\\Resolvers\\DomainTenantResolver' =>
array (
'cache' => false,
'cache_ttl' => 3600,
'cache_store' => NULL,
),
'Stancl\\Tenancy\\Resolvers\\PathTenantResolver' =>
array (
'tenant_parameter_name' => 'tenant',
'tenant_model_column' => 'host',
'allowed_extra_model_columns' =>
array (
),
'cache' => false,
'cache_ttl' => 3600,
'cache_store' => NULL,
),
'Stancl\\Tenancy\\Resolvers\\RequestDataTenantResolver' =>
array (
'cache' => false,
'cache_ttl' => 3600,
'cache_store' => NULL,
),
),
),
'rls' =>
array (
'manager' => 'Stancl\\Tenancy\\RLS\\PolicyManagers\\TableRLSManager',
'user' =>
array (
'username' => NULL,
'password' => NULL,
),
'session_variable_name' => 'my.current_tenant',
),
'default_route_mode' => 'central',
'pending' =>
array (
'include_in_queries' => true,
'count' => 5,
),
),
'inertia' =>
array (
'ssr' =>
array (
'enabled' => true,
'url' => 'http://127.0.0.1:13714',
),
'testing' =>
array (
'ensure_pages_exist' => true,
'page_paths' =>
array (
0 => '/home/dnlightw-124/dn.lightweb.kr/resources/js/Pages',
),
'page_extensions' =>
array (
0 => 'js',
1 => 'jsx',
2 => 'svelte',
3 => 'ts',
4 => 'tsx',
5 => 'vue',
),
),
),
'horizon' =>
array (
'name' => 'Organ-Portal',
'domain' => NULL,
'path' => 'horizon',
'use' => 'default',
'prefix' => 'organ_portal_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 (
'maxProcesses' => 3,
),
),
),
'watch' =>
array (
0 => 'app',
1 => 'bootstrap',
2 => 'config/**/*.php',
3 => 'database/**/*.php',
4 => 'public/**/*.php',
5 => 'resources/**/*.php',
6 => 'routes',
7 => 'composer.lock',
8 => 'composer.json',
9 => '.env',
),
),
'active' =>
array (
'class' => 'active',
),
'helpers' =>
array (
'laravel' =>
array (
'guess_factory_names_with_domain_namespace' => true,
'guess_factory_names_with_support_namespace' => true,
),
),
'seo' =>
array (
'model' => 'RalphJSmit\\Laravel\\SEO\\Models\\SEO',
'site_name' => NULL,
'sitemap' => NULL,
'canonical_link' => true,
'robots' =>
array (
'default' => 'max-snippet:-1,max-image-preview:large,max-video-preview:-1',
'force_default' => false,
),
'favicon' => NULL,
'title' =>
array (
'infer_title_from_url' => true,
'suffix' => '',
'homepage_title' => NULL,
),
'description' =>
array (
'fallback' => NULL,
),
'image' =>
array (
'fallback' => NULL,
),
'author' =>
array (
'fallback' => NULL,
),
'twitter' =>
array (
'@username' => NULL,
),
),
'eloquent-sortable' =>
array (
'order_column_name' => 'order_column',
'sort_when_creating' => true,
'ignore_timestamps' => false,
),
'activitylog' =>
array (
'enabled' => true,
'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,
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);