{
    "third_cfg":
    {
        "email":
        {
            "host": "smtp.live.com",
            "port": 587,
            "secure": false,
            "auth": 
            {
                "user": "chengang01@live.com",
                "pass": "cg123!@#"
            },
            "from":"OpenSocial <chengang01@live.com>"
        }
    },
    "local_host":"127.0.0.1",
    "internet_host":"www.eryinet.com",
    "db":
    {
        "redis":
        {
            "port":6379,
            "host":"www.eryinet.com",
            "database":1,
            "open":true
        },
        "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"
        }
    },
    "port":6101,
    "webserver":
    {
        "port":6102,
        "cache":{},
        "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
        }
    }
}