remove debug

This commit is contained in:
Alexandre Strzelewicz 2013-07-01 14:08:14 +08:00
parent ba32abed8b
commit 97186ff323

View File

@ -14,6 +14,6 @@ module.exports = {
DEFAULT_LOG_PATH : p.join(DEFAULT_FILE_PATH, 'logs'),
DUMP_FILE_PATH : p.join(DEFAULT_FILE_PATH, 'dump.pm2'),
DAEMON_BIND_ADDR : 'localhost:6666',
DEBUG : true,
DEBUG : false,
WEB_INTERFACE : 9615
};