{
    "config_name": "开发环境",
    "Customer": {
        "authConfig": {
            "secret": "_dealer-dev-jwt-secret",
            "expiresIn": "7d"
        },
        "accessConfig": {
            "secret": "_dealer-dev-jwt-secret",
            "expiresIn": "720000"
        },
        "initConfig": {
            "host": "localhost",
            "port": 12048,
            "serverName": "IMIDealerServer"
        },
        "mongodb_opt": {
            "url": "mongodb://192.168.0.242:27017/imi_dealer"
        },
        "credit": {
            "initialLimit": 100,
            "initialDays": 1
        },
        "hostConfig": {
            "dealer_host": "http://0.0.0.0:6029"
        },
        "ossConfig": {
            "secret": "Pb3MlUUmIEUIpjn5J7MUAvqR9lTpZ9",
            "OSSAccessKeyId": "LTAI4GAv8taFZ4pH22zxdy2M",
            "host": "https://imi-dealer.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"
            // "user":"ysqrpa@norgren.cn",
            // "pass":"NORGRENysq2021"
        },
        "adminUrl": "https://dev.admin.dealer.qingshou.online",
        "dealerUrl": "https://dev.dealer.qingshou.online"
    }
}