create volume mountpoints

This commit is contained in:
meeb
2020-11-28 17:03:20 +11:00
parent cd8048b477
commit c87adf86d5
2 changed files with 3 additions and 2 deletions

View File

@@ -19,5 +19,6 @@ DATABASES = {
}
MEDIA_ROOT = ROOT_DIR / 'config' / 'media'
SYNC_VIDEO_ROOT = ROOT_DIR / 'downloads' / 'video'
SYNC_AUDIO_ROOT = ROOT_DIR / 'downloads' / 'audio'