{
    "grasshopper" : {
        "assets": {
            "default" : "local",
            "tmpdir" : "./tmp",
            "engines": {
                "local" : {
                    "path":"assets/",
                    "urlbase":"http://localhost/assets/"
                }
            }
        },
        "cache": {
            "path": "./cache"
        },
        "crypto": {
            "secret_passphrase" : "1249d143-7119-4142-9302886ccdd8"
        },
        "db": {
            "type": "mongodb",
            "defaultPageSize" : 10000,
            "endpoint": "<%= dbEndpoint %>",
            "host": "<%= dbHost %>",
            "debug": false
        },
        "logger": {
            "adapters": [
                {
                    "type": "console",
                    "application": "grasshopper-api",
                    "machine": "local"
                }
            ]
        },
        "server" : {
            "proxy" : true
        }
    }
}
