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

Update config.local.php

correct syntax links commented
This commit is contained in:
Robles Rodolphe 2024-06-16 01:40:15 +02:00 committed by GitHub
parent 639d5ccb61
commit ff013fad15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -378,7 +378,7 @@ const SQLITE_JOURNAL_MODE = 'WAL';
* Default : null (= désactivé)
* @var string|null
*/
// const HTTP_LOG_FILE = __INSTALL_DIR__ . '/http.log';
// const HTTP_LOG_FILE = '__INSTALL_DIR__/http.log';
/**
* Activation du log WOPI
@ -391,7 +391,7 @@ const SQLITE_JOURNAL_MODE = 'WAL';
* Default : null (= désactivé)
* @var string|null
*/
// const WOPI_LOG_FILE = __INSTALL_DIR__ . '/wopi.log';
// const WOPI_LOG_FILE = '__INSTALL_DIR__/wopi.log';
/**
* Activation du log WebDAV
@ -404,7 +404,7 @@ const SQLITE_JOURNAL_MODE = 'WAL';
* Default : null (= désactivé)
* @var string|null
*/
// const WEBDAV_LOG_FILE = __INSTALL_DIR__ . '/webdav.log';
// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log';
/**
* Activation du log WOPI
@ -591,7 +591,7 @@ const USE_CRON = true;
* @var null|string
*/
//const SMTP_HELO_HOSTNAME = 'mail.domain.tld';
//const SMTP_HELO_HOSTNAME = '__DOMAIN__';
/**
* Adresse e-mail destinée à recevoir les erreurs de mail