Skip to content

Commit

Permalink
disable use_ssl for opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 26, 2024
1 parent 5048fa7 commit de8af1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfgov/cfgov/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@
# If DEPLOY_ENVIRONMENT hasn't been set by the environment in base.py,
# default it to local.
DEPLOY_ENVIRONMENT = DEPLOY_ENVIRONMENT or "local"

OPENSEARCH_DSL["default"]["use_ssl"] = False
2 changes: 2 additions & 0 deletions cfgov/cfgov/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

OPENSEARCH_DSL_AUTO_REFRESH = False
OPENSEARCH_DSL_AUTOSYNC = False
OPENSEARCH_DSL["default"]["use_ssl"] = False


SKIP_DJANGO_MIGRATIONS = os.getenv("SKIP_DJANGO_MIGRATIONS", False)
if SKIP_DJANGO_MIGRATIONS:
Expand Down

0 comments on commit de8af1f

Please sign in to comment.