Server Environment Variables - WEKIT-ECS/MIRAGE-XR GitHub Wiki

  • RETHINKDB_HOST to localhost or your Docker service name (if running in a Docker environment).

  • RETHINKDB_PORT to 28015 by default, though it may vary based on your local or Docker port mapping.

  • RETHINKDB_DB to the name of the database you’re using (e.g., test, dev, or production).

  • ASSET_URL the IP-address:port of minio

  • ASSET_ACCESS_KEY

  • ASSET_SECRET_KEY

  • DJANGO_SECRET_KEY

  • GOOGLE_API_KEY

  • GOOGLE_TTS_ENDPOINT

  • KEYCLOAK_SERVER_URL

  • KEYCLOAK_REALM

  • KEYCLOAK_CLIENT_ID

  • KEYCLOAK_CLIENT_SECRET_KEY

  • OPENAI_API_KEY

  • OPENAI_ORGANIZATION

  • REDIS_URL=redis://:[email protected]:6379/0

  • VECTOR_DB filename of the file database containing vector embeddings for RAG

  • SENTRY_URL

  • LOG_LEVEL="ERROR" for the logging to file and console lxr_logging.log

  • SERVER_PORT the port on which to run the server (either 8000 or 8001)

  • DJANGO_ENVIRONMENT is either "staging", "production", or "development" (the latter to be used for local development)