Authored by tmq

yohood

... ... @@ -121,7 +121,7 @@ class Config_Defines
define('SHOW_SITE_MAIN', 'http://show.test.yoho.cn/');
define('YOHOBUY_API','http://api.open.yohobuy.com/?');
define('SITE_PUBLISH_NEWS_SECRET', '123456');
self::setCache(false, false, false, false);
self::setCache(true, true, true, true);
}
/**
... ...
[mysql]
yohood.username = yohodb
yohood.password = yohonj_9646_mysql
yohood.writers = 123.56.138.21:3310
yohood.readers = 123.56.138.21:3310
yohood.writers = 127.0.0.1:3310
yohood.readers = 127.0.0.1:3310
... ...