rdio-scanner/docs/config.md
2020-06-01 13:36:53 -04:00

1.4 KiB

Rdio Scanner configuration

Since Rdio Scanner v4.0, you have to configure your Rdio Scanner instance through the file located at server/config.json.

{
    "nodejs": {
        // Node.js specifics
    },
    "sequelize": {
        // Sequelize specifics
    },
    "rdioScanner": {
        "access": [
            // [optional] Rdio Scanner access control
        ],
        "allowDownload": true, // see config/others.md
        "apiKeys": [
            // [optional] RdioScanner API keys for uploaders
        ],
        "dirWatch": [
            // [optional] Directory watchers for automaric call audio importation
        ],
        "downstream": [
            // [optional] Re-export imported calls to other Rdio Scanner instances
        ],
        "pruneDays": 7, // see config/others.md
        "systems": [
            // [mandatory] Systems and talkgroups definitions
        ],
        "useGroup": true // see config/others.md
    }
}

You can refer to those documents for each sections: