+ changed oo auth header
This commit is contained in:
parent
198f4a1ece
commit
b2895a4114
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
JWT_ENABLED: "true"
|
JWT_ENABLED: "true"
|
||||||
JWT_SECRET: ${ONLYOFFICE_JWT_SECRET?generate_onlyoffice_jwt_secret}
|
JWT_SECRET: ${ONLYOFFICE_JWT_SECRET?generate_onlyoffice_jwt_secret}
|
||||||
JWT_HEADER: Authorization
|
JWT_HEADER: Authorization2
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue