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

correct typo

This commit is contained in:
rodinux 2024-01-03 10:22:09 +01:00
parent 7853298645
commit 6c13077685
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
If you wish, you can add custom configurations inside `__DATA_DIR__/data/config.local.user.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
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';

View file

@ -1,6 +1,6 @@
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__DATA_DIR__/data/config.local.user.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`
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';