fix: change MASTODON_INSTANCE_URL default value
This commit is contained in:
@@ -41,7 +41,7 @@ if (!defined('PRIORITY_CATEGORIES')) {
|
||||
// =========================================
|
||||
// Configuration Mastodon
|
||||
// =========================================
|
||||
if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://mamot.fr');
|
||||
if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://koze.kaubuntu.re');
|
||||
if (!defined('MASTODON_DATE_FORMAT')) define('MASTODON_DATE_FORMAT', 'fr-FR');
|
||||
if (!defined('MASTODON_BTN_SEE_MORE')) define('MASTODON_BTN_SEE_MORE', 'Voir plus de post');
|
||||
if (!defined('MASTODON_BTN_RELOAD')) define('MASTODON_BTN_RELOAD', 'Rafraichir');
|
||||
|
||||
Reference in New Issue
Block a user