|
12345678910111213141516171819202122232425262728 |
- <?php
- /*
- Author:XM
- Compeny:Spiders Travel
- */
- define("MYSQL_HOST", "106.14.56.77");
- define("MYSQL_USER", "spider");
- define("MYSQL_PASSWORD", "PjGPWNUgOYe6i1Ef");
- define("MYSQL_DB", "ctsdata");
- define("MYSQL_PORT", 3306 );
- define("TOKEN", "xm-zzcx8888!@#");
- define("ALLOW_ORIGIN", true);
- define("SEND_MESSAGE", true);
- define('APPID', 'wxbe6da4af3e529e0c');
- define('APPSECRET', '7c1b14020e87e9e213696e870da0e549');
-
-
- 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");
-
-
|