Skip to content

Commit

Permalink
Fixes #11651: configuration rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Nov 15, 2023
1 parent 40bb093 commit cad21c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2369,4 +2369,6 @@ def get_geonode_catalogue_service():

DATASET_DOWNLOAD_HANDLERS = ast.literal_eval(os.getenv("DATASET_DOWNLOAD_HANDLERS", "[]"))

AUTO_ASSIGN_REGISTERED_MEMBERS_TO_CONTRIBUTORS = ast.literal_eval(os.getenv("AUTO_ASSIGN_REGISTERED_MEMBERS_TO_CONTRIBUTORS", "True"))
AUTO_ASSIGN_REGISTERED_MEMBERS_TO_CONTRIBUTORS = ast.literal_eval(
os.getenv("AUTO_ASSIGN_REGISTERED_MEMBERS_TO_CONTRIBUTORS", "True")
)

0 comments on commit cad21c2

Please sign in to comment.