testerArr = array( "gwang", // 王刚 "8796-any", // 王倩倩 "wanggangzero.cn", // 王刚 ); } function _InitBaneder() { $this->banedArr = array( "251984775-baidu", // 王刚 ); } /** * 外网paydb */ protected function _InitOuterNetPaydb() { $this->paydb->host = '172.17.16.5'; $this->paydb->port = '3306'; $this->paydb->name = 'ylsj2019_pay'; $this->paydb->user = 'ylsjMTY0LjkyLjE5NC4x'; $this->paydb->password = 'wanggang1985'; } /** * 外网nosql */ protected function _InitOuterNetNosql() { $this->nosql->host = "172.17.16.5"; # host/ip $this->nosql->port = 6379; # 端口 $this->nosql->pwd = 'wanggang1985'; # 密钥 } /** * 外网MongoDB */ protected function _InitOuterMongoDB() { $this->mongodb = "mongodb://ylsjMTY0LjkyLjE5NC4x:wanggang1985@172.17.16.5:23333/?authSource=ylsj2019"; } } return new config_and();