ssut/harpseal

View on GitHub
config.sample.json

Summary

Maintainability
Test Coverage
{
    "expires": 43200,
    "plugins": [
        "cpu",
        "mem",
        "disk",
        "network"
    ],
    "mongo": {
        "db": "harpseal"
    },
    "server": {
        "host": "0.0.0.0",
        "port": 24680,
        "key": "",
        "allows": [
            "127.0.0.1"
        ]
    }
}