2019-10-14 16:06:54 +02:00
|
|
|
<?php
|
|
|
|
|
$config = [
|
|
|
|
|
'mastodon-instance' => 'https://mastodon.social',
|
2019-10-16 18:52:43 +02:00
|
|
|
'user-id' => 379833,
|
|
|
|
|
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
|
|
|
|
|
'threshold' => 300
|
2019-10-14 16:06:54 +02:00
|
|
|
];
|