Reset config.json to clean defaults for testing
Co-authored-by: Koha9 <36852125+Koha9@users.noreply.github.com>
This commit is contained in:
+19
-3
@@ -2,11 +2,27 @@
|
|||||||
"theme": "auto",
|
"theme": "auto",
|
||||||
"token": "",
|
"token": "",
|
||||||
"server_url": "",
|
"server_url": "",
|
||||||
"server_port": "32400",
|
|
||||||
"server_scheme": "https",
|
"server_scheme": "https",
|
||||||
|
"server_port": "32400",
|
||||||
"timeout": 9,
|
"timeout": 9,
|
||||||
"library_name": "",
|
"library_name": "",
|
||||||
"sync_mode": "merge_local_primary",
|
"sync_mode": "merge_local_primary",
|
||||||
"local_path": "playlist",
|
"local_path": "playlist",
|
||||||
"path_rules": []
|
"path_rules": [],
|
||||||
}
|
"path_mapping": {
|
||||||
|
"mode": "SIMPLE",
|
||||||
|
"simple": [],
|
||||||
|
"regex": {
|
||||||
|
"local_pre": [],
|
||||||
|
"local_post": [],
|
||||||
|
"remote_pre": [],
|
||||||
|
"remote_post": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"schedule_mode": "DISABLED",
|
||||||
|
"schedule_cron": "",
|
||||||
|
"schedule_daily_time": "02:00",
|
||||||
|
"schedule_weekly_days": [0],
|
||||||
|
"schedule_weekly_time": "03:00",
|
||||||
|
"schedule_auto_watch": false
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user