mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
update example database settings
This commit is contained in:
parent
a98f2462ed
commit
694ed5c581
@ -16,6 +16,7 @@ DATABASES = {
|
||||
'NAME': CONFIG_BASE_DIR / 'db.sqlite3',
|
||||
}
|
||||
}
|
||||
DATABASE_CONNECTION_STR = f'sqlite at "{DATABASES["default"]["NAME"]}"'
|
||||
|
||||
|
||||
DOWNLOAD_ROOT = DOWNLOADS_BASE_DIR / 'downloads'
|
||||
|
Loading…
Reference in New Issue
Block a user