Minor JWT Feature (#3290)

* first pass

* k

* k

* finalize

* minor cleanup

* k

* address

* minor typing updates
This commit is contained in:
pablodanswer
2024-12-02 11:14:31 -08:00
committed by GitHub
parent af814823c8
commit 813445ab59
5 changed files with 69 additions and 7 deletions

View File

@ -130,6 +130,7 @@ services:
restart: always
environment:
- ENCRYPTION_KEY_SECRET=${ENCRYPTION_KEY_SECRET:-}
- JWT_PUBLIC_KEY_URL=${JWT_PUBLIC_KEY_URL:-} # used for JWT authentication of users via API
# Gen AI Settings (Needed by DanswerBot)
- GEN_AI_MAX_TOKENS=${GEN_AI_MAX_TOKENS:-}
- QA_TIMEOUT=${QA_TIMEOUT:-}