{
    "third_cfg":
    {
        "aliSms":
        {
            "accessKeyId":"LTAIeqjiZ5OCev0B",
            "secretAccessKey":"0w1fmDEORshI94QqtampBaAPQDqUAj",
            "templateCode":"SMS_154589473"
        },
        "email":
        {
            "host": "smtp.live.com",
            "port": 587,
            "secure": false,
            "auth": 
            {
                "user": "chengang01@live.com",
                "pass": "cg123!@#"
            },
            "from":"OpenSocial <chengang01@live.com>"
        },
        "alipay":
        {
            "open":true,
            "dev":false,
            
            "app_id": "2021003143637369",
            "app_key":"./data/alipay/alipay_private_key.pem",
            "gateway":"https://openapi.alipay.com/gateway.do",
            "notify_url":"http://119.3.111.121:6001/order/alipay",
            "signType_dev":"RSA2",
            "keyType_dev":"PKCS1",

            "app_id_dev": "2021000121643374",
            "app_key_dev":"./data/alipay/alipay_private_key_dev.pem",
            "gateway_dev":"https://openapi.alipaydev.com/gateway.do",
            "notify_url_dev":"http://119.3.111.121:6001/order/alipay",
            "signType":"RSA2",
            "keyType":"PKCS1"
        }
    },
    "local_host":"127.0.0.1",
    "internet_host":"www.eryinet.com",
    "db":
    {
        "redis":
        {
            "open":true,
            "host":"www.eryinet.com",
            "port":6379,
            "database":1
        },
        "mongo":
        {
            "open":true,
            "host":"www.eryinet.com",
            "port":27017,
            "options":
            {
                "auth":
                {
                    "username":"eryigame",
                    "password":"eryigame@123"
                },
                "authSource":"texas",
                "maxIdleTimeMS":600000,
                "maxPoolSize":200,
                "minPoolSize": 10,
                "maxConnecting": 200
            },
            "database" : "texas"
        }
    },
    "webserver":
    {
        "port":6001,
        "cache":{},
        "session_type":2,
        "debug":true,
        "web_name":"hall",
        "cookie":
        {
            "prefix":"account_cookie_",
            "expires":
            {
                "account_remember": 604800,
                "account": 600
            }
        },
        "routs":
        {
            "onlyModule":"hall",
            "defaults": { "module":"hall","controller" : "logic", "action" : "Index"}
        },
        "cors":
        {
            "origin":"*",  
            "methods":["GET","POST"],
            "allowedHeaders":"Content-Type",
            "credentials":true
        }
    }
}