mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
9 lines
203 B
PHP
9 lines
203 B
PHP
<?php
|
|
return [
|
|
'timeout' => 10,
|
|
'parser' => \Kovah\HtmlMeta\HtmlMetaParser::class,
|
|
'user_agents' => [
|
|
env('APP_USER_AGENT', 'LinkAce/1 (https://github.com/Kovah/LinkAce)'),
|
|
],
|
|
];
|