Consolidated var usage and added install path var.

This commit is contained in:
Joschka Seydell 2020-11-29 03:42:42 -08:00
parent cb047cacbd
commit 525a7336f2
4 changed files with 29 additions and 24 deletions

View file

@ -1,3 +1,3 @@
JWT_ENABLED={{ onlyoffice_jwt_enabled | default('false')}}
JWT_SECRET={{ onlyoffice_jwt_secret | default('secret') }}
JWT_HEADER={{ onlyoffice_jwt_header | default('Authorization') }}
JWT_ENABLED={{ onlyoffice_jwt_enabled }}
JWT_SECRET={{ onlyoffice_jwt_secret }}
JWT_HEADER={{ onlyoffice_jwt_header }}