Consolidated var usage and added install path var.
This commit is contained in:
parent
cb047cacbd
commit
525a7336f2
4 changed files with 29 additions and 24 deletions
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue