Skip to content

Commit

Permalink
Merge branch 'hotfix/enable_autochecks_prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jan 13, 2025
2 parents 1f9a5ad + ab85654 commit 1adc746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion production.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ EVENT_SEND_FUNCTION = "portality.events.shortcircuit.send_event"
PRESERVATION_PAGE_UNDER_MAINTENANCE = False

# Ensure all app machines can contact background server first with redis-cli -h <ip> e.g. redis-cli -h 10.131.191.148
REDIS_HOST = '10.131.191.148' # doaj-background-1
REDIS_HOST = '10.131.191.148' # doaj-background-1

# Enable autocheck on incoming applications and update requests issue #3933
AUTOCHECK_INCOMING = True

0 comments on commit 1adc746

Please sign in to comment.