Skip to content

Commit

Permalink
Merge pull request #3756 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
davidu1975 authored Dec 19, 2024
2 parents 32dd3cb + 072fe02 commit 94120db
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 98 deletions.
4 changes: 2 additions & 2 deletions config/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class DBTPlatformEnvironment(BaseSettings):
"""

build_step: bool = False
celery_broker_url: str = ''
redis_endpoint: str = ''
opensearch: list = []

@computed_field(return_type=str)
Expand All @@ -407,7 +407,7 @@ def database_url(self):
@computed_field(return_type=str)
@property
def redis_url(self):
return self.celery_broker_url
return self.redis_endpoint

@computed_field(return_type=list)
@property
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ asn1crypto==1.5.1
# pyhanko-certvalidator
async-timeout==5.0.1
# via redis
attrs==24.2.0
attrs==24.3.0
# via jsonschema
babel==2.12.1
# via
Expand Down Expand Up @@ -193,7 +193,7 @@ django-ipware==6.0.3
# via -r requirements.in
django-log-formatter-asim==0.0.4
# via -r requirements.in
django-modelcluster==6.3
django-modelcluster==6.4
# via wagtail
django-permissionedforms==0.1
# via wagtail
Expand Down Expand Up @@ -464,7 +464,6 @@ pytz==2023.3
# via
# dateparser
# directory-validators
# django-modelcluster
# icalendar
# l18n
# pandas
Expand Down Expand Up @@ -542,7 +541,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlalchemy==1.4.49
# via -r requirements.in
sqlparse==0.5.2
sqlparse==0.5.3
# via django
svglib==1.5.1
# via xhtml2pdf
Expand Down
Loading

0 comments on commit 94120db

Please sign in to comment.