{
    "APP_NAME": "A New NodeMVC App!",

    "PORT": 8086,
    "FAVICON": "favicon.ico",

    "DIR": {
        "MODELS": "models",
        "VIEWS": "views",
        "WIDGETS": "views/widgets",
        "CONTROLLERS": "controllers",
        "PLUGINS": "plugins",
        "STATIC": {}
    },
    "VIEW_SUFFIX": "html",
    "COOKIE_SECRET": "node mvc",
    "SESSION_SECRET": "node mvc",

    "URL_MAPPING": {

    },
    "__ENV": {

    }
}
