|
- <?php
- define('FIRSTCHECK', false);
- define('ALWAYSCHECK', true);
- define("DEBUG", true);
- define('APPID','wxadfcc2db38e68fbf');//appid
- define('APPSECRET', '44495dd2477a8cbd213f24b875b6771c');//appsecret
- define("TOKEN", "b52c6ef1bc8f71a105b912609a345091");//define your token
- define("EncodingAESKey", "51c097bc1246bbb9a5c2f6ae892035181e10fcf56b1");//define your 消息加解密密钥
- define("HOST", "127.0.0.1,8888");//define your token
- define("USER", "wxsvr");//define your token
- define("PASSWORD", "zzcxwx");//define your token
- define("DB", "WEIXIN");//define your token
- define("CONFIG_ADDR", __DIR__);
-
- //define("MYSQL_HOST", "180.168.4.58");
- //define("MYSQL_USER", "root");
- //define("MYSQL_PASSWORD", "123456");
- //define("MYSQL_DB", "ctsdata_test");
- //define("MYSQL_PORT", 8090);
- //define("TOKEN", "xm-zzcx8888!@#");
- define("ALLOW_ORIGIN", true);
- define("SEND_MESSAGE", true);
- //define('APPID', 'wxadfcc2db38e68fbf');
- //define('APPSECRET', '44495dd2477a8cbd213f24b875b6771c');
-
-
- 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");
-
- ?>
|