CreativeBots/backend/backend.env
Tobias Weise 95daf9ee74
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m21s
new ui
2024-07-28 19:16:05 +02:00

33 lines
598 B
Bash

ELASTIC_URI=http://elasticsearch:9200
DEFAULT_USERS=[["tobias_weise@gmx.de", "myEpicPwd123", "admin"]]
# DEFAULT_USERS is list of lists, each nested list respectively contains email, password and role
# e.g. [["user@gmail.com", "1234", "user"], ["admin@gmail.com", "1234", "admin"]]
# leave empty if you don't wish to seed users
#-----------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