From fb859729f8bc49c9e411175ad26cbd34b74f7c96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thibault=20Fran=C3=A7ois?= <thibault@octopuce.fr>
Date: Fri, 23 Apr 2021 19:21:10 +0200
Subject: [PATCH] [add] default.yml vars thks to fcecagno

---
 bbb-webhooks/config/custom-environment-variables.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bbb-webhooks/config/custom-environment-variables.yml b/bbb-webhooks/config/custom-environment-variables.yml
index c8dbc2c050..2468014deb 100644
--- a/bbb-webhooks/config/custom-environment-variables.yml
+++ b/bbb-webhooks/config/custom-environment-variables.yml
@@ -12,3 +12,6 @@ hooks:
 redis:
   host: REDIS_HOST
   port: REDIS_PORT
+server:
+  bind: SERVER_BIND_IP
+  port: SERVER_PORT
-- 
GitLab