{
    "config_name": "开发环境",
    "Customer": {
        "authConfig": {
            "secret": "slea-service-dev-jwt-secret",
            "expiresIn": "7d",
            "tokenExpiresIn": 604800 
        },
        "accessConfig": {
            "secret": "slea-service-dev-jwt-secret",
            "expiresIn": "720000"
        },
        "initConfig": {
            "host": "localhost",
            "port": 6928,
            "serverName": "sleaServer"
        },

       "mongodb_opt": {
            "url": "mongodb://192.168.86.8:27022/slea"
        },
        "credit": {
            "initialLimit": 100,
            "initialDays": 1
        },
        "ossConfig": {
            "secret": "kVSvfxTCmo59FjETsICufQmB0QrUKQ",
            "OSSAccessKeyId": "LTAI5t8XoYJnJGnN4DM3msgr",
            "host": "https://slea.oss-cn-shanghai.aliyuncs.com",
            "bucket": "slea",
            "endpoint": "oss-cn-shanghai.aliyuncs.com"
        },
        "smsConfig": {
            "accessKeyId": "LTAI5tDtigH5ff75ZhXvgqhe",
            "accessKeySecret": "52fmO6Duda4gQLSYvWly5Mk0KJ3Wk6",
            "sysDomain": "dysmsapi.aliyuncs.com",
            "regionId": "cn-hangzhou"
        },
        "redisConfig":{
            "host":"localhost",
            "port":6279
        },
        "wx_miniprogram":{
           "appid":"wxe805cd9e1bee529a",
            "appsecret":"54cbdf97dfc2dd32a04526bbb4a4269e",
            "codeurl":"https://api.weixin.qq.com/sns/jscode2session",
            "accessTokenUrl": "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential",
            "msgCheckUrl": "https://api.weixin.qq.com/wxa/msg_sec_check",
            "sendMessageUrl":"https://api.weixin.qq.com/cgi-bin/message/subscribe/send",
            "wxacodeUrl": "https://api.weixin.qq.com/wxa/getwxacodeunlimit",
            "wxQrcodeUrl": "https://api.weixin.qq.com/wxa/getwxacode"
        },
        // "mysql_opt":{
        //     "host":"127.0.0.1",
        //     "port": 3306,
        //     "username": "root",
        //     "password": "123456",
        //     "database":"serviceplus"
        // },
        "mysql_opt":{
            "host":"x",
            "port": 3306,
            "username": "x",
            "password": "x",
            "database":"x"
        },
        "aliyunConfig":{
            "businessfuzzyUrl":"https://businessfuzzy.shumaidata.com/getbusinessfuzzy",
            "appCode":"a8195cb9b10d414d83bfbda016c10896"
        },
        "norgrenWxConfig":{
            "url": "x",
            "account": "x",
            "key": "x"
        },
        "aliyunSmtpConfig":{
            "host":"smtpdm.aliyun.com",
            "port":465,
            "user":"jjj",
            "pass":"iii"
        },
        "norgrenDealerConfig":{
            "url": "https://dmsapi.norgren.com.cn",
            "account": "jj",
            "key": "bb"
        }
    }
}