1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update config.local.yunohost.php

test again
This commit is contained in:
Robles Rodolphe 2023-08-05 01:15:06 +02:00 committed by GitHub
parent 942281db15
commit da639a98b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ const SECRET_KEY = '__SECRET_KEY__';
* Défaut : répertoire racine de Paheko (__DIR__)
*/
const ROOT = ___DIR__;
//const ROOT = ___DIR__;
/**
* Répertoire sont situées les données de Paheko
@ -51,7 +51,7 @@ const DATA_ROOT = ROOT . '/data';
* Défaut : sous-répertoire 'cache' de DATA_ROOT
*/
const CACHE_ROOT = DATA_ROOT . '/cache';
//const CACHE_ROOT = DATA_ROOT . '/cache';
/**
* Répertoire est situé le cache partagé entre instances
@ -61,7 +61,7 @@ const CACHE_ROOT = DATA_ROOT . '/cache';
* Défaut : sous-répertoire 'shared' de CACHE_ROOT
*/
const SHARED_CACHE_ROOT = CACHE_ROOT . '/shared';
//const SHARED_CACHE_ROOT = CACHE_ROOT . '/shared';
/**
* Motif qui détermine l'emplacement des fichiers de cache du site web.
@ -90,7 +90,7 @@ const SHARED_CACHE_ROOT = CACHE_ROOT . '/shared';
* Défaut : DATA_ROOT . '/association.sqlite'
*/
const DB_FILE = DATA_ROOT . '/association.sqlite';
//const DB_FILE = DATA_ROOT . '/association.sqlite';
/**
* Emplacement de stockage des plugins
@ -98,7 +98,7 @@ const DB_FILE = DATA_ROOT . '/association.sqlite';
* Défaut : DATA_ROOT . '/plugins'
*/
const PLUGINS_ROOT = DATA_ROOT . '/plugins';
//const PLUGINS_ROOT = DATA_ROOT . '/plugins';
/**
* Adresse URI de la racine du site Paheko