|
12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- define('FIRSTCHECK', false);
- define('ALWAYSCHECK', true);
- define("DEBUG", true);
- define('APPID','wx71d3ff8346a67836');//appid
- define('APPSECRET', '5a3640aa526c80a98bc8fa2ceba63416');//appsecret
- define("TOKEN", "bailianguolvxmwtt");//define your token
- define("EncodingAESKey", "YFK4WEIu1TFHcgc9g2XY4YqhJACKQtjr04x8EmyHcrR");//define your 消息加解密密钥
- define("HOST", "127.0.0.1,8888");//define your token
- define("USER", "wxsvr");//define your token
- define("PASSWORD", "zzcxwx");//define your token
- define("DB", "WEIXIN");//define your token
- define("CONFIG_ADDR", __DIR__);
-
- //define("MYSQL_HOST", "180.168.4.58");
- //define("MYSQL_USER", "root");
- //define("MYSQL_PASSWORD", "123456");
- //define("MYSQL_DB", "ctsdata_test");
- //define("MYSQL_PORT", 8090);
- //define("TOKEN", "xm-zzcx8888!@#");
- define("ALLOW_ORIGIN", true);
- define("SEND_MESSAGE", true);
- //define('APPID', 'wxadfcc2db38e68fbf');
- //define('APPSECRET', '44495dd2477a8cbd213f24b875b6771c');
-
-
- define("MYSQL_HOST2", "139.196.199.238");
- define("MYSQL_USER2", "root");
- define("MYSQL_PASSWORD2", "123456");
- define("MYSQL_DB2", "disney");
- define("MYSQL_PORT2", 3306);
-
- define("MEMCACHE_HOST", "139.224.30.29");
- define("MEMCACHE_PORT", "11211");
- define("MEMCACHE_USER", "memcached");
-
- ?>
|