|
@@ -0,0 +1,18 @@
|
|
|
+module.exports = {
|
|
|
+ mysql: {
|
|
|
+ host: 'localhost',
|
|
|
+ port: 3306,
|
|
|
+ user: 'root',
|
|
|
+ pass: 'root',
|
|
|
+ db: 'cAuth',
|
|
|
+ char: 'utf8mb4'
|
|
|
+ },
|
|
|
+ serverHost: 'pk.dgtis.com',
|
|
|
+ tunnelServerUrl: 'https://tunnel.ws.qcloud.la',
|
|
|
+ tunnelSignatureKey: '27fb7d1c161b7ca52d73cce0f1d833f9f5b5ec89',
|
|
|
+ // 腾讯云相关配置可以查看云 API 秘钥控制台:https://console.qcloud.com/capi
|
|
|
+ qcloudAppId: '1258845536',
|
|
|
+ qcloudSecretId: 'AKIDb3oRu1w3r2883xo7WluxmR4awBIRbAMO',
|
|
|
+ qcloudSecretKey: 'WuOfnwynRs8E6Io581SBnBSItIl56vWv',
|
|
|
+ wxMessageToken: ''
|
|
|
+}
|