Skip to content

Commit

Permalink
Server sync, setting image description text required
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJelicSF committed Jun 17, 2024
1 parent 8411979 commit 8a0958b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def env(variable, fallback_value=None):
"required": False,
},
"description_text": {
"required": False,
"required": True,
},
"copyrightholder": {
"required": False,
Expand All @@ -105,3 +105,4 @@ def env(variable, fallback_value=None):
}

PUBLISH_QUEUE_EXPIRY_MINUTES = 60 * 24 * 15 # 15d
KEYWORDS_ADD_MISSING_ON_PUBLISH=True

0 comments on commit 8a0958b

Please sign in to comment.