Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 26, 2024
1 parent de8af1f commit 6e991e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cfgov/cfgov/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@
# default it to local.
DEPLOY_ENVIRONMENT = DEPLOY_ENVIRONMENT or "local"

# Disable use_ssl for functional tests
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

# Disable `use_ssl` for unit tests
OPENSEARCH_DSL["default"]["use_ssl"] = False


Expand Down

0 comments on commit 6e991e8

Please sign in to comment.