Skip to content

Commit

Permalink
[Hardening] Exposing to env AVATAR_GRAVATAR_SSL option
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 19, 2019
1 parent b5f860f commit 489aeba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@
AUTO_GENERATE_AVATAR_SIZES = (
20, 30, 32, 40, 50, 65, 70, 80, 100, 140, 200, 240
)
AVATAR_GRAVATAR_SSL = os.getenv('AVATAR_GRAVATAR_SSL', False)

# Number of results per page listed in the GeoNode search pages
CLIENT_RESULTS_LIMIT = int(os.getenv('CLIENT_RESULTS_LIMIT', '20'))
Expand Down

0 comments on commit 489aeba

Please sign in to comment.