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.
This commit is contained in:
Julien Fastré 2024-07-18 23:14:03 +02:00
parent 182f2fa111
commit adba3b88ae
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

1
.env
View File

@ -76,4 +76,5 @@ ADD_ADDRESS_MAP_CENTER_Z=14
# Variables for relatorio host, which generates documents # Variables for relatorio host, which generates documents
RELATORIO_HOST= RELATORIO_HOST=
RELATORIO_PORT= RELATORIO_PORT=
WOPI_SERVER=http://${COLLABORA_HOST}:${COLLABORA_PORT}
###< chill-project/chill-bundles ### ###< chill-project/chill-bundles ###