Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Nov 8, 2022
2 parents 8cee6af + e8bd6a9 commit a8fbca5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions onadata/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ def skip_suspicious_operations(record):
'SCOPES': {
'read': 'Read scope',
'write': 'Write scope',
'groups': 'Access to your groups'}
'groups': 'Access to your groups'
},
'PKCE_REQUIRED' : False,
}

# All registration should be done through KPI, so Django Registration should
Expand Down Expand Up @@ -682,7 +684,7 @@ def skip_suspicious_operations(record):
################################

CELERY_BROKER_URL = os.environ.get(
'KOBOCAT_BROKER_URL', 'redis://localhost:6389/2')
'KOBOCAT_BROKER_URL', 'redis://localhost:6379/2')

CELERY_RESULT_BACKEND = CELERY_BROKER_URL

Expand Down

0 comments on commit a8fbca5

Please sign in to comment.