mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin_v6.sql
This commit is contained in:
parent
5e0407f184
commit
34b46fda0a
40
admin_v6.sql
40
admin_v6.sql
@ -73,28 +73,28 @@ INSERT INTO `system_config` VALUES ('storage', 'qiniu_http_protocol', 'http');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_region', '华东');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_bucket', 'static');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_http_domain', 'static.ctolog.com');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_access_key', 'OAFHGzCgZjod2-s4xr-g5ptkXsNbxDO_t2fozIEC');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_secret_key', 'gy0aYdSFMSayQ4kMkgUeEeJRLThVjLpUJoPFxd-Z');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_access_key', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'qiniu_secret_key', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_http_protocol', 'http');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_point', 'oss-cn-hangzhou.aliyuncs.com');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_bucket', 'cuci-mytest');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_http_domain', 'cuci-mytest.oss-cn-hangzhou.aliyuncs.com');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_access_key', 'SLPvsVLjHljWo8iU');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_secret_key', 'NAPjuedlOpzBV54uTVWyc2AvlJw8cT');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'token', '235612356123');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appsecret', '23561235612323561235612323561235');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'encodingaeskey', '2356123561232356123561232356123561232356123');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appid', 'wx60a43dd8161666d4');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'type', 'thr');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appkey', '7d0e4a487c6258b2232294b6ef0adb9e');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'thr_appid', 'wx60a43dd8161666d4');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'thr_appkey', '7d0e4a487c6258b2232294b6ef0adb9e');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_id', '1332187001');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_key', 'A82DC5BD1F3359081049C568D8502BC5');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_point', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_bucket', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_http_domain', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_access_key', '');
|
||||
INSERT INTO `system_config` VALUES ('storage', 'alioss_secret_key', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'token', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appsecret', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'encodingaeskey', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'type', 'api');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appid', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'appkey', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'thr_appid', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'thr_appkey', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_id', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_key', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_type', 'pem');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_p12', '551711cc69de42dc/01666bb5f928d8f7.p12');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_key', '50b015d91a867b2e/8fb4ada4bef5b009.pem');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_cer', '67c1e5d7a9490d8a/3f923af34e0421a5.pem');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_p12', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_key', '');
|
||||
INSERT INTO `system_config` VALUES ('wechat', 'mch_ssl_cer', '');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for system_data
|
||||
|
Loading…
x
Reference in New Issue
Block a user