Skip to content

Server Config File Format

sionide21 edited this page Oct 8, 2010 · 2 revisions

The server config is stored in a json file. By default the file s called config.json. Users are stored with username as key and a base 64 encoded secret as value in an object under the key Sekritz. Here is and example config file.

{
    "Sekritz": {
        "User 1": "BASE64ENCODEDSEKRIT=",
        "User 2": "DIFFERENTSEKRET==",
        "User 3": "3RDSECRETABCD=="
    }
}
Clone this wiki locally