mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update config.php
This commit is contained in:
parent
2593778a5a
commit
a5f963ae70
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
$specialLogUsers = array();
|
||||
|
||||
// Filelog settings
|
||||
define('LOGFILEDIR', '__LOG_DIR__');
|
||||
define('LOGFILEDIR', '/var/log/__APP__/');
|
||||
define('LOGFILE', LOGFILEDIR . 'z-push.log');
|
||||
define('LOGERRORFILE', LOGFILEDIR . 'z-push-error.log');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue