Files
mehl.mx/themes/hugo-mastodon-comments/static/comments/config.sample.php

9 lines
221 B
PHP
Raw Normal View History

2019-10-14 16:06:54 +02:00
<?php
$config = [
'mastodon-instance' => 'https://mastodon.social',
'user-id' => 379833,
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
2019-10-17 00:12:53 +02:00
'cache_toots' => 300,
'debug' => true
2019-10-14 16:06:54 +02:00
];