Disable Gravatar icon look up

This entry shows how to disable Gravatar icon look ups when the Ambience or Repertoire 202x instances are running. Recommended when the Ambience/Repertoire 202x instances are running in an intranet environment or when the Gravatar URL is not whitelisted by the application environment.

  • To proceed, go to etc/application.conf and edit the following line:
    ambience.avatar-url = "https://www.gravatar.com/avatar/${hash}?s=48&d=mp"

  • Change the configuration to:
    ambience.avatar-url = ""

  • Restart the Ambience/Repertoire 202x instance