mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
parent
58053e20ea
commit
678cdaddd3
2 changed files with 2 additions and 18 deletions
10
doc/ADMIN.md
10
doc/ADMIN.md
|
@ -1,11 +1,3 @@
|
||||||
If you wish, you can add custom configurations inside `__DATA_DIR__/data/config.local.user.php`.
|
If you wish, you can add custom configurations inside `__INSTALL_DIR__/config.local.php`.
|
||||||
|
|
||||||
Use the `__DATA-DIR__/data` folder if you want to store documents elsewhere than in the database. Example in `__DATA_DIR__/data/config.local.user.php` file
|
|
||||||
|
|
||||||
```
|
|
||||||
const FILE_STORAGE_BACKEND = 'FileSystem';
|
|
||||||
|
|
||||||
const FILE_STORAGE_CONFIG = DATA_ROOT . /files';
|
|
||||||
```
|
|
||||||
|
|
||||||
**Important**: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /)
|
**Important**: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /)
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__DATA_DIR__/data/config.local.user.php`.
|
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.php`.
|
||||||
|
|
||||||
Privilégiez le dossier `__DATA-DIR__/data` si vous voulez conserver des documents ailleurs que dans la base de données. Example dans le fichier `__DATA_DIR__/data/config.local.user.php`
|
|
||||||
|
|
||||||
```
|
|
||||||
const FILE_STORAGE_BACKEND = 'FileSystem';
|
|
||||||
|
|
||||||
const FILE_STORAGE_CONFIG = DATA_ROOT . '/files';
|
|
||||||
```
|
|
||||||
|
|
||||||
**Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de l’installation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /).
|
**Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de l’installation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue