8 lines
198 B
PHP
8 lines
198 B
PHP
<?php
|
|
$config = [
|
|
'mastodon-instance' => 'https://mastodon.social',
|
|
'user-id' => 379833,
|
|
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
|
|
'threshold' => 300
|
|
];
|