BEABEE_DOMAIN isn't a Beabee environment variable, it's used by the deployment, it should be called HIVE_DOMAIN to make this clear. It could also be used to configure some Beabee environment variables and make the deployment simpler as currently the same domain is configured in three places.
HIVE_DOMAIN = "beabee.newsroom.url"
# Can be based on HIVE_DOMAIN and not set per client
BEABEE_AUDIENCE = "https://${HIVE_DOMAIN}"
BEABEE_COOKIE_DOMAIN = "${HIVE_DOMAIN}"
BEABEE_DOMAINisn't a Beabee environment variable, it's used by the deployment, it should be calledHIVE_DOMAINto make this clear. It could also be used to configure some Beabee environment variables and make the deployment simpler as currently the same domain is configured in three places.