CreativeBots/backend/backend.env
Tobias Weise 903ea0366d
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 1m18s
bunch more stuff and experimental rag in ask route
2024-08-12 02:17:56 +02:00

30 lines
469 B
Bash

ELASTIC_URI=http://elasticsearch:9200
# DEFAULT_USERS is list of lists, each nested list respectively contains email, password and role
DEFAULT_USERS=[["tobias_weise@gmx.de", "myEpicPwd123", "admin"]]
#-----------not used yet----------------
#JWT encryption secret:
SECRET=1234
LLM_PAYLOAD=16384
CHUNK_SIZE=1536
#A flag for using Loki for logging. To deactivate comment it out
USE_LOKI_LOGGER=1
BOT_ROOT_PATH=/
BACKEND_INTERNAL_URL=http://backend:5000