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:
parent
942281db15
commit
da639a98b1
1 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ const SECRET_KEY = '__SECRET_KEY__';
|
||||||
* Défaut : répertoire racine de Paheko (__DIR__)
|
* Défaut : répertoire racine de Paheko (__DIR__)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const ROOT = ___DIR__;
|
//const ROOT = ___DIR__;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Répertoire où sont situées les données de Paheko
|
* Répertoire où 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
|
* Défaut : sous-répertoire 'cache' de DATA_ROOT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const CACHE_ROOT = DATA_ROOT . '/cache';
|
//const CACHE_ROOT = DATA_ROOT . '/cache';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Répertoire où est situé le cache partagé entre instances
|
* Répertoire où 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
|
* 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.
|
* 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'
|
* 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
|
* Emplacement de stockage des plugins
|
||||||
|
@ -98,7 +98,7 @@ const DB_FILE = DATA_ROOT . '/association.sqlite';
|
||||||
* Défaut : DATA_ROOT . '/plugins'
|
* 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
|
* Adresse URI de la racine du site Paheko
|
||||||
|
|
Loading…
Add table
Reference in a new issue