Skip to content

Console Open Source Release: 08/26/2021

Compare
Choose a tag to compare
@vicmgs vicmgs released this 26 Aug 21:35
· 395 commits to master since this release

Notes for existing open source users:

  1. Fixed issue with nginx-default.conf template where the X-Forwarded-For header was not being passed to the docker container. Existing users should check that their local nginx.conf file be updated with the fix.

  2. Added additional mandatory and optional environment variables to open source .env template

MAIL_FROM - Used for your email from address if using Mailgun
MAIL_REPLY_TO - Used for your reply email address if using Mailgun
BLOCKCHAIN_API_RETRY - Used for an upcoming feature not yet released
BLOCKCHAIN_API_URL - Used for an upcoming feature not yet released
SOCKET_CHECK_ORIGIN - Removed from docker-compose-server.yaml and surfaced to .env file to keep all environment variable in one place