mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
11 lines
521 B
Markdown
11 lines
521 B
Markdown
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
|
|
|
|
```
|
|
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 /)
|