25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
807 B

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. define("MYSQL_HOST", "180.168.4.58");
  7. define("MYSQL_USER", "root");
  8. define("MYSQL_PASSWORD", "123456");
  9. define("MYSQL_DB", "waice");
  10. //define("MYSQL_DB", "ctsdata_test");
  11. define("MYSQL_PORT", 8090);
  12. define("TOKEN", "xm-zzcx8888!@#");
  13. define("ALLOW_ORIGIN", true);
  14. define("SEND_MESSAGE", true);
  15. define('APPID', 'wxadfcc2db38e68fbf');
  16. define('APPSECRET', '44495dd2477a8cbd213f24b875b6771c');
  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");