Skip to content

Commit

Permalink
Merge branch 'hotfix/2023-11-15_notes_search_read_only'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Nov 15, 2023
2 parents dbc0500 + e61edfb commit 6cb0fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions production.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ LOGIN_VIA_ACCOUNT_ID = True

# This puts the UI into READ_ONLY mode
# ~~->ReadOnlyMode:Feature~~
READ_ONLY_MODE = False
READ_ONLY_MODE = True
# This puts the cron jobs into READ_ONLY mode
SCRIPTS_READ_ONLY_MODE = False
SCRIPTS_READ_ONLY_MODE = True

# 2022-09-14 issue #3369 disable Plausible custom events ( set to None)
# 2023-01-12 issue #3443 re-enable Plausible custom events
Expand All @@ -64,4 +64,4 @@ KAFKA_BROKER = "kafka://10.131.35.14:9092"
KAFKA_BOOTSTRAP_SERVER = "10.131.35.14:9092"

# https://github.com/DOAJ/doajPM/issues/3565 2023-03-07
PRESERVATION_PAGE_UNDER_MAINTENANCE = False
PRESERVATION_PAGE_UNDER_MAINTENANCE = True

0 comments on commit 6cb0fe6

Please sign in to comment.