You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 line
1.2 KiB

  1. <?php
  2. define('FIRSTCHECK', false);
  3. define('ALWAYSCHECK', true);
  4. define("DEBUG", true);
  5. define('APPID','wx71d3ff8346a67836');//appid
  6. define('APPSECRET', '5a3640aa526c80a98bc8fa2ceba63416');//appsecret
  7. define("TOKEN", "bailianguolvxmwtt");//define your token
  8. define("EncodingAESKey", "YFK4WEIu1TFHcgc9g2XY4YqhJACKQtjr04x8EmyHcrR");//define your 消息加解密密钥
  9. define("HOST", "127.0.0.1,8888");//define your token
  10. define("USER", "wxsvr");//define your token
  11. define("PASSWORD", "zzcxwx");//define your token
  12. define("DB", "WEIXIN");//define your token
  13. define("CONFIG_ADDR", __DIR__);
  14. //define("MYSQL_HOST", "180.168.4.58");
  15. //define("MYSQL_USER", "root");
  16. //define("MYSQL_PASSWORD", "123456");
  17. //define("MYSQL_DB", "ctsdata_test");
  18. //define("MYSQL_PORT", 8090);
  19. //define("TOKEN", "xm-zzcx8888!@#");
  20. define("ALLOW_ORIGIN", true);
  21. define("SEND_MESSAGE", true);
  22. //define('APPID', 'wxadfcc2db38e68fbf');
  23. //define('APPSECRET', '44495dd2477a8cbd213f24b875b6771c');
  24. define("MYSQL_HOST2", "139.196.199.238");
  25. define("MYSQL_USER2", "root");
  26. define("MYSQL_PASSWORD2", "123456");
  27. define("MYSQL_DB2", "disney");
  28. define("MYSQL_PORT2", 3306);
  29. define("MEMCACHE_HOST", "139.224.30.29");
  30. define("MEMCACHE_PORT", "11211");
  31. define("MEMCACHE_USER", "memcached");
  32. ?>