From adba3b88aea20b21e20fe87401cbb0588f447eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 18 Jul 2024 23:14:03 +0200 Subject: [PATCH] Add WOPI_SERVER variable to .env file A new environmental variable, WOPI_SERVER, has been added to the .env file. This addition is related to the configuration of the Collabora Online integration. --- .env | 1 + 1 file changed, 1 insertion(+) diff --git a/.env b/.env index b9716ce..c043896 100644 --- a/.env +++ b/.env @@ -76,4 +76,5 @@ ADD_ADDRESS_MAP_CENTER_Z=14 # Variables for relatorio host, which generates documents RELATORIO_HOST= RELATORIO_PORT= +WOPI_SERVER=http://${COLLABORA_HOST}:${COLLABORA_PORT} ###< chill-project/chill-bundles ###