mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Rename references of nzedb to newznab in settings.example.php
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2015-10-15 DariusIII
|
||||
Fix: Rename nzedb references to newznab in settings.example.php
|
||||
2015-10-15 DariusIII
|
||||
Chg: Move all the configs into newznab/config/ folder.
|
||||
Adjust patches and scripts to the new change, adapt patches for nn+ new releases table structure.
|
||||
|
||||
@@ -257,7 +257,7 @@ define('NN_CACHE_EXPIRY_LONG', 900);
|
||||
define('NN_DEBUG', false);
|
||||
|
||||
/**
|
||||
* Log debug messages to nzedb/resources/debug.log
|
||||
* Log debug messages to newznab/resources/debug.log
|
||||
*
|
||||
* @default false
|
||||
*/
|
||||
@@ -298,9 +298,9 @@ define('NN_LOGGING_LOG_FOLDER', NN_LOGS);
|
||||
* The name of the log file.
|
||||
* Must be alphanumeric (a-z 0-9) and contain no file extensions.
|
||||
*
|
||||
* @default 'nzedb'
|
||||
* @default 'newznab'
|
||||
*/
|
||||
define('NN_LOGGING_LOG_NAME', 'nzedb');
|
||||
define('NN_LOGGING_LOG_NAME', 'newznab');
|
||||
|
||||
/**
|
||||
* Display memory usage in log file and debug message output?
|
||||
|
||||
Reference in New Issue
Block a user