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:
parent
7853298645
commit
6c13077685
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue