add PEERTUBE_DISPLAY_NAME

This commit is contained in:
2025-04-09 12:27:46 +04:00
parent 4a65b8dcab
commit 6599bcc560
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -14,6 +14,7 @@ if (file_exists($config_local_file)) {
// Configuration de base - ces valeurs seront utilisées si elles ne sont pas définies dans config.local.php
if (!defined('PEERTUBE_URL')) define('PEERTUBE_URL', 'https://video.off-investigation.fr');
if (!defined('PEERTUBE_DISPLAY_NAME')) define('PEERTUBE_DISPLAY_NAME', 'video.off-investigation.fr');
if (!defined('API_KEY')) define('API_KEY', '');
if (!defined('TAG_INDEPENDENCE')) define('TAG_INDEPENDENCE', 'indépendance');
if (!defined('SHORTS_MAX_DURATION')) define('SHORTS_MAX_DURATION', 120); // 2 minutes max pour les shorts
@@ -65,8 +66,7 @@ if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#');
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
// Fonctionnalités
if (!defined('ENABLE_COMMENTS')) define('ENABLE_COMMENTS', true);
if (!defined('ENABLE_SEARCH')) define('ENABLE_SEARCH', true);
define('ENABLE_SEARCH', true);
if (!defined('ENABLE_USER_ACCOUNTS')) define('ENABLE_USER_ACCOUNTS', false);
// Cache