{
    "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" : "https://dms-in.imi-automation.cn"
        },
        "ossConfig": {
            "secret": "7Q7wVH2Da3FzlOhZgi7WYDfZQezM5v",
            "OSSAccessKeyId": "LTAI4FyKoUyMXJTm7T63bVow",
            "host": "https://imichina.oss-cn-shanghai.aliyuncs.com"
        },
        "mysqlConfig": {
	    "host":"106.54.29.85",
            "port": 3306,
            "username": "indms",
            "password": "5Te4AkjWNykhfTM7",
            "database":"in-dms"
	},
	"aliyunSmtpConfig":{
            "host":"smtpdm.aliyun.com",
            "port":465,
            "user":"dms@norgren.cn",
            "pass":"NORGRENdms2021"
        },
        "adminUrl": "https://dmsadm-in.imi-automation.cn",
        "dealerUrl": "https://dms-in.imi-automation.cn"
    }
}
