thinkjs/lib/Conf/debug.js
2013-11-20 14:39:57 +08:00

7 lines
100 B
JavaScript

/**
* debug模式下的配置
* @type {Object}
*/
module.exports = {
db_fields_cache: false
}