Commit 4ac83f1b authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add example configuration

parent 92a82b22
Loading
Loading
Loading
Loading

etc/norns_example.conf

0 → 100644
+22 −0
Original line number Diff line number Diff line
{
    "settings" : {
        "storage" : {
            "path" : "/foo/bar/urd",
            "capacity" : "8GiB"
        }
    },

    "backends" : 
    [ 
        {
            "name" : "NVM",
            "path" : "/foo/bar/nvm",
            "capacity" : "2GB"
        },
        {
            "name" : "Lustre",
            "path" : "/foo/bar/lustre",
            "capacity" : "2GB"
        }
    ]
}