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.
 
 
 
 

41 lines
1.1 KiB

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. //require_once $_SERVER['DOCUMENT_ROOT'].'/domain.php';
  7. require_once __DIR__.'/../../domain.php';
  8. define("MYSQL_HOST", "106.14.56.77");
  9. define("MYSQL_USER", "spider");
  10. define("MYSQL_PASSWORD", "PjGPWNUgOYe6i1Ef");
  11. //define("MYSQL_HOST", "127.0.0.1");
  12. //define("MYSQL_USER", "root");
  13. //define("MYSQL_PASSWORD", "123456");
  14. define("MYSQL_DB", "ctsdata_mirror");
  15. define("MYSQL_PORT", 3306);
  16. define("TOKEN", "xm-zzcx8888!@#");
  17. define("ALLOW_ORIGIN", true);
  18. define("SEND_MESSAGE", true);
  19. define('APPID', 'wxbe6da4af3e529e0c');
  20. define('APPSECRET', '7c1b14020e87e9e213696e870da0e549');
  21. define("MYSQL_HOST2", "139.196.199.238");
  22. define("MYSQL_USER2", "root");
  23. define("MYSQL_PASSWORD2", "123456");
  24. define("MYSQL_DB2", "disney");
  25. define("MYSQL_PORT2", 3306);
  26. define("MYSQL_HOST_YYT", "101.37.36.30");
  27. define("MYSQL_USER_YYT", "spider");
  28. define("MYSQL_PASSWORD_YYT", "PjGPWNUgOYe6i1Ef");
  29. define("MYSQL_DB_YYT", "njyyt");
  30. define("MYSQL_PORT_YYT", 3306);
  31. define("MEMCACHE_HOST", "139.224.30.29");
  32. define("MEMCACHE_PORT", "11211");
  33. define("MEMCACHE_USER", "memcached");