add common setting and lint
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
This commit is contained in:
parent
2e3205a19d
commit
df6f2d919d
2 changed files with 8 additions and 1 deletions
|
|
@ -1484,3 +1484,10 @@ Typesense hostname. Defaults to `localhost` on non-Docker deployments and to `ty
|
|||
Docker deployments.
|
||||
"""
|
||||
TYPESENSE_NUM_TYPO = env("TYPESENSE_NUM_TYPO", default=5)
|
||||
|
||||
ONLY_ALLOW_MUSICBRAINZ_TAGGED_FILES = env(
|
||||
"ONLY_ALLOW_MUSICBRAINZ_TAGGED_FILES", default=False
|
||||
)
|
||||
"""
|
||||
If True, files without a Musicbrainz id will not be uploaded.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue