· 6 years ago · Jan 19, 2020, 05:26 PM
1<?php return array (
2 'app' =>
3 array (
4 'name' => 'HUB',
5 'env' => 'live',
6 'debug' => true,
7 'url' => 'http://localhost',
8 'asset_url' => NULL,
9 'timezone' => 'GMT',
10 'locale' => 'en',
11 'fallback_locale' => 'en',
12 'faker_locale' => 'en_US',
13 'key' => 'base64:PJx9mUzLxvnFy3yRqd6gpibo0TmUDTmMVt46gacQBVg=',
14 'cipher' => 'AES-256-CBC',
15 'providers' =>
16 array (
17 0 => 'Illuminate\\Auth\\AuthServiceProvider',
18 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
19 2 => 'Illuminate\\Bus\\BusServiceProvider',
20 3 => 'Illuminate\\Cache\\CacheServiceProvider',
21 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
22 5 => 'Illuminate\\Cookie\\CookieServiceProvider',
23 6 => 'Illuminate\\Database\\DatabaseServiceProvider',
24 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
25 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
26 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
27 10 => 'Illuminate\\Hashing\\HashServiceProvider',
28 11 => 'Illuminate\\Mail\\MailServiceProvider',
29 12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
30 13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
31 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
32 15 => 'Illuminate\\Queue\\QueueServiceProvider',
33 16 => 'Illuminate\\Redis\\RedisServiceProvider',
34 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
35 18 => 'Illuminate\\Session\\SessionServiceProvider',
36 19 => 'Illuminate\\Translation\\TranslationServiceProvider',
37 20 => 'Illuminate\\Validation\\ValidationServiceProvider',
38 21 => 'Illuminate\\View\\ViewServiceProvider',
39 22 => 'Barryvdh\\DomPDF\\ServiceProvider',
40 23 => 'App\\Providers\\AppServiceProvider',
41 24 => 'App\\Providers\\AuthServiceProvider',
42 25 => 'App\\Providers\\EventServiceProvider',
43 26 => 'App\\Providers\\RouteServiceProvider',
44 ),
45 'aliases' =>
46 array (
47 'App' => 'Illuminate\\Support\\Facades\\App',
48 'Arr' => 'Illuminate\\Support\\Arr',
49 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
50 'Auth' => 'Illuminate\\Support\\Facades\\Auth',
51 'Blade' => 'Illuminate\\Support\\Facades\\Blade',
52 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
53 'Bus' => 'Illuminate\\Support\\Facades\\Bus',
54 'Cache' => 'Illuminate\\Support\\Facades\\Cache',
55 'Config' => 'Illuminate\\Support\\Facades\\Config',
56 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
57 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
58 'DB' => 'Illuminate\\Support\\Facades\\DB',
59 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
60 'Event' => 'Illuminate\\Support\\Facades\\Event',
61 'File' => 'Illuminate\\Support\\Facades\\File',
62 'Gate' => 'Illuminate\\Support\\Facades\\Gate',
63 'Hash' => 'Illuminate\\Support\\Facades\\Hash',
64 'Lang' => 'Illuminate\\Support\\Facades\\Lang',
65 'Log' => 'Illuminate\\Support\\Facades\\Log',
66 'Mail' => 'Illuminate\\Support\\Facades\\Mail',
67 'Notification' => 'Illuminate\\Support\\Facades\\Notification',
68 'Password' => 'Illuminate\\Support\\Facades\\Password',
69 'Queue' => 'Illuminate\\Support\\Facades\\Queue',
70 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
71 'Redis' => 'Illuminate\\Support\\Facades\\Redis',
72 'Request' => 'Illuminate\\Support\\Facades\\Request',
73 'Response' => 'Illuminate\\Support\\Facades\\Response',
74 'Route' => 'Illuminate\\Support\\Facades\\Route',
75 'Schema' => 'Illuminate\\Support\\Facades\\Schema',
76 'Session' => 'Illuminate\\Support\\Facades\\Session',
77 'Storage' => 'Illuminate\\Support\\Facades\\Storage',
78 'Str' => 'Illuminate\\Support\\Str',
79 'URL' => 'Illuminate\\Support\\Facades\\URL',
80 'Validator' => 'Illuminate\\Support\\Facades\\Validator',
81 'View' => 'Illuminate\\Support\\Facades\\View',
82 'PDF' => 'Barryvdh\\DomPDF\\Facade',
83 ),
84 ),
85 'auth' =>
86 array (
87 'defaults' =>
88 array (
89 'guard' => 'web',
90 'passwords' => 'users',
91 ),
92 'guards' =>
93 array (
94 'web' =>
95 array (
96 'driver' => 'session',
97 'provider' => 'users',
98 ),
99 'api' =>
100 array (
101 'driver' => 'token',
102 'provider' => 'users',
103 'hash' => false,
104 ),
105 ),
106 'providers' =>
107 array (
108 'users' =>
109 array (
110 'driver' => 'eloquent',
111 'model' => 'App\\User',
112 ),
113 ),
114 'passwords' =>
115 array (
116 'users' =>
117 array (
118 'provider' => 'users',
119 'table' => 'password_resets',
120 'expire' => 60,
121 ),
122 ),
123 ),
124 'broadcasting' =>
125 array (
126 'default' => 'log',
127 'connections' =>
128 array (
129 'pusher' =>
130 array (
131 'driver' => 'pusher',
132 'key' => '1dc1b1d25775607bf528',
133 'secret' => 'e458d27ea6f8e8b4dcfe',
134 'app_id' => '912855',
135 'options' =>
136 array (
137 'cluster' => 'eu',
138 'useTLS' => true,
139 ),
140 ),
141 'redis' =>
142 array (
143 'driver' => 'redis',
144 'connection' => 'default',
145 ),
146 'log' =>
147 array (
148 'driver' => 'log',
149 ),
150 'null' =>
151 array (
152 'driver' => 'null',
153 ),
154 ),
155 ),
156 'cache' =>
157 array (
158 'default' => 'file',
159 'stores' =>
160 array (
161 'apc' =>
162 array (
163 'driver' => 'apc',
164 ),
165 'array' =>
166 array (
167 'driver' => 'array',
168 ),
169 'database' =>
170 array (
171 'driver' => 'database',
172 'table' => 'cache',
173 'connection' => NULL,
174 ),
175 'file' =>
176 array (
177 'driver' => 'file',
178 'path' => 'Z:\\Hub\\storage\\framework/cache/data',
179 ),
180 'memcached' =>
181 array (
182 'driver' => 'memcached',
183 'persistent_id' => NULL,
184 'sasl' =>
185 array (
186 0 => NULL,
187 1 => NULL,
188 ),
189 'options' =>
190 array (
191 ),
192 'servers' =>
193 array (
194 0 =>
195 array (
196 'host' => '127.0.0.1',
197 'port' => 11211,
198 'weight' => 100,
199 ),
200 ),
201 ),
202 'redis' =>
203 array (
204 'driver' => 'redis',
205 'connection' => 'cache',
206 ),
207 'dynamodb' =>
208 array (
209 'driver' => 'dynamodb',
210 'key' => '',
211 'secret' => '',
212 'region' => 'us-east-1',
213 'table' => 'cache',
214 ),
215 ),
216 'prefix' => 'hub_cache',
217 ),
218 'database' =>
219 array (
220 'default' => 'mysql',
221 'connections' =>
222 array (
223 'sqlite' =>
224 array (
225 'driver' => 'sqlite',
226 'url' => NULL,
227 'database' => 'hub1-speedlinks-373193f2',
228 'prefix' => '',
229 'foreign_key_constraints' => true,
230 ),
231 'mysql' =>
232 array (
233 'driver' => 'mysql',
234 'url' => NULL,
235 'host' => 'mysql.stackcp.com',
236 'port' => '49283',
237 'database' => 'hub1-speedlinks-373193f2',
238 'username' => 'hub1-speedlinks-373193f2',
239 'password' => '373193f2',
240 'unix_socket' => '',
241 'charset' => 'utf8mb4',
242 'collation' => 'utf8mb4_unicode_ci',
243 'prefix' => '',
244 'prefix_indexes' => true,
245 'strict' => true,
246 'engine' => NULL,
247 'options' =>
248 array (
249 ),
250 ),
251 'pgsql' =>
252 array (
253 'driver' => 'pgsql',
254 'url' => NULL,
255 'host' => 'mysql.stackcp.com',
256 'port' => '49283',
257 'database' => 'hub1-speedlinks-373193f2',
258 'username' => 'hub1-speedlinks-373193f2',
259 'password' => '373193f2',
260 'charset' => 'utf8',
261 'prefix' => '',
262 'prefix_indexes' => true,
263 'schema' => 'public',
264 'sslmode' => 'prefer',
265 ),
266 'sqlsrv' =>
267 array (
268 'driver' => 'sqlsrv',
269 'url' => NULL,
270 'host' => 'mysql.stackcp.com',
271 'port' => '49283',
272 'database' => 'hub1-speedlinks-373193f2',
273 'username' => 'hub1-speedlinks-373193f2',
274 'password' => '373193f2',
275 'charset' => 'utf8',
276 'prefix' => '',
277 'prefix_indexes' => true,
278 ),
279 ),
280 'migrations' => 'migrations',
281 'redis' =>
282 array (
283 'client' => 'predis',
284 'options' =>
285 array (
286 'cluster' => 'predis',
287 'prefix' => 'hub_database_',
288 ),
289 'default' =>
290 array (
291 'host' => '127.0.0.1',
292 'password' => NULL,
293 'port' => '6379',
294 'database' => 0,
295 ),
296 'cache' =>
297 array (
298 'host' => '127.0.0.1',
299 'password' => NULL,
300 'port' => '6379',
301 'database' => 1,
302 ),
303 ),
304 ),
305 'filesystems' =>
306 array (
307 'default' => 'local',
308 'cloud' => 's3',
309 'disks' =>
310 array (
311 'local' =>
312 array (
313 'driver' => 'local',
314 'root' => 'Z:\\Hub\\storage\\app',
315 ),
316 'public' =>
317 array (
318 'driver' => 'local',
319 'root' => 'Z:\\Hub\\storage\\app/public',
320 'url' => 'http://localhost/storage',
321 'visibility' => 'public',
322 ),
323 's3' =>
324 array (
325 'driver' => 's3',
326 'key' => '',
327 'secret' => '',
328 'region' => 'us-east-1',
329 'bucket' => '',
330 'url' => NULL,
331 ),
332 ),
333 ),
334 'hashing' =>
335 array (
336 'driver' => 'bcrypt',
337 'bcrypt' =>
338 array (
339 'rounds' => 10,
340 ),
341 'argon' =>
342 array (
343 'memory' => 1024,
344 'threads' => 2,
345 'time' => 2,
346 ),
347 ),
348 'logging' =>
349 array (
350 'default' => 'stack',
351 'channels' =>
352 array (
353 'stack' =>
354 array (
355 'driver' => 'stack',
356 'channels' =>
357 array (
358 0 => 'daily',
359 ),
360 'ignore_exceptions' => false,
361 ),
362 'single' =>
363 array (
364 'driver' => 'single',
365 'path' => 'Z:\\Hub\\storage\\logs/laravel.log',
366 'level' => 'debug',
367 ),
368 'daily' =>
369 array (
370 'driver' => 'daily',
371 'path' => 'Z:\\Hub\\storage\\logs/laravel.log',
372 'level' => 'debug',
373 'days' => 14,
374 ),
375 'slack' =>
376 array (
377 'driver' => 'slack',
378 'url' => NULL,
379 'username' => 'Laravel Log',
380 'emoji' => ':boom:',
381 'level' => 'critical',
382 ),
383 'papertrail' =>
384 array (
385 'driver' => 'monolog',
386 'level' => 'debug',
387 'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
388 'handler_with' =>
389 array (
390 'host' => NULL,
391 'port' => NULL,
392 ),
393 ),
394 'stderr' =>
395 array (
396 'driver' => 'monolog',
397 'handler' => 'Monolog\\Handler\\StreamHandler',
398 'formatter' => NULL,
399 'with' =>
400 array (
401 'stream' => 'php://stderr',
402 ),
403 ),
404 'syslog' =>
405 array (
406 'driver' => 'syslog',
407 'level' => 'debug',
408 ),
409 'errorlog' =>
410 array (
411 'driver' => 'errorlog',
412 'level' => 'debug',
413 ),
414 ),
415 ),
416 'mail' =>
417 array (
418 'driver' => 'smtp',
419 'host' => 'smtp.mailtrap.io',
420 'port' => '2525',
421 'from' =>
422 array (
423 'address' => 'hello@example.com',
424 'name' => 'Example',
425 ),
426 'encryption' => NULL,
427 'username' => NULL,
428 'password' => NULL,
429 'sendmail' => '/usr/sbin/sendmail -bs',
430 'markdown' =>
431 array (
432 'theme' => 'default',
433 'paths' =>
434 array (
435 0 => 'Z:\\Hub\\resources\\views/vendor/mail',
436 ),
437 ),
438 'log_channel' => NULL,
439 ),
440 'queue' =>
441 array (
442 'default' => 'sync',
443 'connections' =>
444 array (
445 'sync' =>
446 array (
447 'driver' => 'sync',
448 ),
449 'database' =>
450 array (
451 'driver' => 'database',
452 'table' => 'jobs',
453 'queue' => 'default',
454 'retry_after' => 90,
455 ),
456 'beanstalkd' =>
457 array (
458 'driver' => 'beanstalkd',
459 'host' => 'localhost',
460 'queue' => 'default',
461 'retry_after' => 90,
462 'block_for' => 0,
463 ),
464 'sqs' =>
465 array (
466 'driver' => 'sqs',
467 'key' => '',
468 'secret' => '',
469 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
470 'queue' => 'your-queue-name',
471 'region' => 'us-east-1',
472 ),
473 'redis' =>
474 array (
475 'driver' => 'redis',
476 'connection' => 'default',
477 'queue' => 'default',
478 'retry_after' => 90,
479 'block_for' => NULL,
480 ),
481 ),
482 'failed' =>
483 array (
484 'database' => 'mysql',
485 'table' => 'failed_jobs',
486 ),
487 ),
488 'services' =>
489 array (
490 'mailgun' =>
491 array (
492 'domain' => NULL,
493 'secret' => NULL,
494 'endpoint' => 'api.mailgun.net',
495 ),
496 'postmark' =>
497 array (
498 'token' => NULL,
499 ),
500 'ses' =>
501 array (
502 'key' => '',
503 'secret' => '',
504 'region' => 'us-east-1',
505 ),
506 'sparkpost' =>
507 array (
508 'secret' => NULL,
509 ),
510 'stripe' =>
511 array (
512 'model' => 'App\\User',
513 'key' => NULL,
514 'secret' => NULL,
515 'webhook' =>
516 array (
517 'secret' => NULL,
518 'tolerance' => 300,
519 ),
520 ),
521 ),
522 'session' =>
523 array (
524 'driver' => 'file',
525 'lifetime' => '120',
526 'expire_on_close' => false,
527 'encrypt' => false,
528 'files' => 'Z:\\Hub\\storage\\framework/sessions',
529 'connection' => NULL,
530 'table' => 'sessions',
531 'store' => NULL,
532 'lottery' =>
533 array (
534 0 => 2,
535 1 => 100,
536 ),
537 'cookie' => 'hub_session',
538 'path' => '/',
539 'domain' => NULL,
540 'secure' => false,
541 'http_only' => true,
542 'same_site' => NULL,
543 ),
544 'view' =>
545 array (
546 'paths' =>
547 array (
548 0 => 'Z:\\Hub\\resources\\views',
549 ),
550 'compiled' => 'Z:\\Hub\\storage\\framework\\views',
551 ),
552 'dompdf' =>
553 array (
554 'show_warnings' => false,
555 'orientation' => 'portrait',
556 'defines' =>
557 array (
558 'font_dir' => 'Z:\\Hub\\storage\\fonts/',
559 'font_cache' => 'Z:\\Hub\\storage\\fonts/',
560 'temp_dir' => 'C:\\Users\\TEMC0\\AppData\\Local\\Temp',
561 'chroot' => 'Z:\\Hub',
562 'enable_font_subsetting' => false,
563 'pdf_backend' => 'CPDF',
564 'default_media_type' => 'screen',
565 'default_paper_size' => 'a4',
566 'default_font' => 'serif',
567 'dpi' => 96,
568 'enable_php' => true,
569 'enable_javascript' => true,
570 'enable_remote' => true,
571 'font_height_ratio' => 1.1,
572 'enable_html5_parser' => false,
573 ),
574 ),
575 'debug-server' =>
576 array (
577 'host' => 'tcp://127.0.0.1:9912',
578 ),
579 'trustedproxy' =>
580 array (
581 'proxies' => NULL,
582 'headers' => 30,
583 ),
584 'tinker' =>
585 array (
586 'commands' =>
587 array (
588 ),
589 'dont_alias' =>
590 array (
591 0 => 'App\\Nova',
592 ),
593 ),
594);