Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

32 righe
821 B

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. define("MYSQL_HOST", "106.14.56.77");
  7. define("MYSQL_USER", "spider");
  8. define("MYSQL_PASSWORD", "PjGPWNUgOYe6i1Ef");
  9. define("MYSQL_DB", "ctsdata");
  10. //define("MYSQL_DB", "ctsdata_test");
  11. define("MYSQL_PORT", 3306);
  12. define("TOKEN", "xm-zzcx8888!@#");
  13. define("ALLOW_ORIGIN", true);
  14. define("SEND_MESSAGE", true);
  15. define('APPID', 'wx71d3ff8346a67836');
  16. define('APPSECRET', '5a3640aa526c80a98bc8fa2ceba63416');
  17. define("MYSQL_HOST2", "139.196.199.238");
  18. define("MYSQL_USER2", "root");
  19. define("MYSQL_PASSWORD2", "123456");
  20. define("MYSQL_DB2", "disney");
  21. define("MYSQL_PORT2", 3306);
  22. define("MEMCACHE_HOST", "139.224.30.29");
  23. define("MEMCACHE_PORT", "11211");
  24. define("MEMCACHE_USER", "memcached");
  25. define("API_GPS_ACCOUNT", "15618818219");
  26. define("API_GPS_PASSWORD", "123456");