fix: typo in config default values
This commit is contained in:
@@ -68,7 +68,7 @@ if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
|
|||||||
// Mentions légales
|
// Mentions légales
|
||||||
if (!defined('LEGAL_COPYRIGHT')) define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
if (!defined('LEGAL_COPYRIGHT')) define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
||||||
if (!defined('LEGAL_WEBMASTER_NAME')) define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
if (!defined('LEGAL_WEBMASTER_NAME')) define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
||||||
if (!defined('LEGAL_WEBMASTER_EMAIL')) define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re');
|
if (!defined('LEGAL_WEBMASTER_EMAIL')) define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.dev');
|
||||||
if (!defined('LEGAL_HOST_NAME')) define('LEGAL_HOST_NAME', 'o2Switch');
|
if (!defined('LEGAL_HOST_NAME')) define('LEGAL_HOST_NAME', 'o2Switch');
|
||||||
if (!defined('LEGAL_HOST_COMPANY')) define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
if (!defined('LEGAL_HOST_COMPANY')) define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
||||||
if (!defined('LEGAL_HOST_RCS')) define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
if (!defined('LEGAL_HOST_RCS')) define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
||||||
@@ -77,7 +77,7 @@ if (!defined('LEGAL_CONTACT_EMAIL')) define('LEGAL_CONTACT_EMAIL', 'zinfos@kaubu
|
|||||||
if (!defined('LEGAL_LICENSE')) define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
if (!defined('LEGAL_LICENSE')) define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
||||||
if (!defined('LEGAL_LICENSE_URL')) define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
if (!defined('LEGAL_LICENSE_URL')) define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
||||||
if (!defined('LEGAL_SOURCE_CODE_URL')) define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
if (!defined('LEGAL_SOURCE_CODE_URL')) define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
||||||
if (!defined('LEGAL_SERVICE_DESCRIPTION')) define('LEGAL_SERVICE_DESCRIPTION', 'est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations liées au mouvement politique indépendantiste et panafricaniste réunionnais Ka-Ubuntu.');
|
if (!defined('LEGAL_SERVICE_DESCRIPTION')) define('LEGAL_SERVICE_DESCRIPTION', 'est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations liées au mouvement politique panafricaniste et indépendantiste réunionnais Ka-Ubuntu.');
|
||||||
|
|
||||||
// Fonctionnalités
|
// Fonctionnalités
|
||||||
define('ENABLE_SEARCH', true);
|
define('ENABLE_SEARCH', true);
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Configuration locale pour l'instance de PeerTube
|
* Configuration locale pour l'instance de PeerTube
|
||||||
*
|
*
|
||||||
* Ce fichier est un exemple de configuration locale.
|
* Ce fichier est un exemple de configuration locale.
|
||||||
* Pour l'utiliser:
|
* Pour l'utiliser:
|
||||||
* 1. Copiez ce fichier vers config.local.php
|
* 1. Copiez ce fichier vers config.local.php
|
||||||
* 2. Décommentez et modifiez les valeurs selon vos besoins
|
* 2. Décommentez et modifiez les valeurs selon vos besoins
|
||||||
*
|
*
|
||||||
* Note: config.local.php ne doit pas être versionné dans git
|
* Note: config.local.php ne doit pas être versionné dans git
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
// Hashtags populaires à afficher sur la page d'accueil
|
// Hashtags populaires à afficher sur la page d'accueil
|
||||||
// define('POPULAR_TAGS', [
|
// define('POPULAR_TAGS', [
|
||||||
// 'Justice',
|
// 'Justice',
|
||||||
// 'Anticolonial',
|
// 'Anticolonial',
|
||||||
// 'Kanaky',
|
// 'Kanaky',
|
||||||
// 'Océan Indien'
|
// 'Océan Indien'
|
||||||
// ]);
|
// ]);
|
||||||
@@ -219,7 +219,7 @@ define('PRIORITY_CATEGORIES', [
|
|||||||
|
|
||||||
// define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
// define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
|
||||||
// define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
// define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
|
||||||
// define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re');
|
// define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.dev');
|
||||||
// define('LEGAL_HOST_NAME', 'o2Switch');
|
// define('LEGAL_HOST_NAME', 'o2Switch');
|
||||||
// define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
// define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
|
||||||
// define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
// define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
|
||||||
@@ -235,7 +235,7 @@ define('PRIORITY_CATEGORIES', [
|
|||||||
// =========================================
|
// =========================================
|
||||||
|
|
||||||
// Pour désactiver le bloc de présentation, commentez cette ligne:
|
// Pour désactiver le bloc de présentation, commentez cette ligne:
|
||||||
// define('MOVEMENT_DESCRIPTION', 'KA UBUNTU est un mouvement politique indépendantiste et panafricaniste réunionnais qui a 5 objectifs :');
|
// define('MOVEMENT_DESCRIPTION', 'KA UBUNTU est un mouvement politique panafricaniste et indépendantiste réunionnais qui a 5 objectifs :');
|
||||||
|
|
||||||
// Image du mouvement à afficher dans la section de présentation
|
// Image du mouvement à afficher dans la section de présentation
|
||||||
// define('MOVEMENT_IMAGE', 'img/movement_presentation.png');
|
// define('MOVEMENT_IMAGE', 'img/movement_presentation.png');
|
||||||
|
|||||||
Reference in New Issue
Block a user