mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
1.4 KiB
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: