We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7094deb commit 93a40a0Copy full SHA for 93a40a0
consul_config.py.ctmpl
@@ -49,7 +49,7 @@ LOG_SENTRY = {
49
# Data rejection settings
50
# If we receive more than this number of submissions for a single MBID, don't
51
# accept any more. Set to None to disable.
52
-MAX_NUMBER_DUPLICATE_SUBMISSIONS = '''{{template "KEY" "max_duplicate_submissions"}}'''
+MAX_NUMBER_DUPLICATE_SUBMISSIONS = {{template "KEY" "max_duplicate_submissions"}}
53
54
DATASET_DIR = '''{{template "KEY" "dataset_dir"}}'''
55
FILE_STORAGE_DIR = '''{{template "KEY" "file_storage_dir"}}'''
0 commit comments