{
    "config_name": "生产环境",
    "Customer": {
        "authConfig": {
            "secret": "_dealer-prd-jwt-secret",
            "expiresIn": "7d"
        },
        "initConfig": {
            "host": "localhost",
            "port": 12048,
            "serverName": "IMIDealerServer"
        },
        "mongodb_opt": {
            "url": "mongodb://127.0.0.1:27017/imi_dealer"
        },
        "credit": {
            "initialDays": 7
        },
        "hostConfig":{
            //"dealer_host" : "http://dev.dealer.qingshou.online"
            "dealer_host" : "https://dms.norgren.com.cn"
        },
        //qs
        // "ossConfig": {
        //     "secret": "Pb3MlUUmIEUIpjn5J7MUAvqR9lTpZ9",
        //     "OSSAccessKeyId": "LTAI4GAv8taFZ4pH22zxdy2M",
        //     "host": "https://imi-dealer.oss-cn-shanghai.aliyuncs.com"
        // },
        //norgren
        "ossConfig": {
            "secret": "7Q7wVH2Da3FzlOhZgi7WYDfZQezM5v",
            "OSSAccessKeyId": "LTAI4FyKoUyMXJTm7T63bVow",
            "host": "https://imichina.oss-cn-shanghai.aliyuncs.com"
        },
        "mysqlConfig": {
            "host":"118.190.53.23",
            "port":3306,
            "username":"imidms",
            "password": "Norgren@2020",
            "database":"imidms"
        },
        "aliyunSmtpConfig":{
            "host":"smtpdm.aliyun.com",
            "port":465,
            "user":"dms@norgren.cn",
            "pass":"NORGRENdms2021"
        },
        // "adminUrl": "https://dev.admin.dealer.qingshou.online",
        // "dealerUrl": "https://dev.dealer.qingshou.online"
        "adminUrl": "https://dmsadm.norgren.com.cn",
        "dealerUrl": "https://dms.norgren.com.cn"
    }
}