backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
POSTGRES_USER
POSTGRES_PASSWORD
secret
POSTGRES_DB
POSTGRES_URL
secret
Format: postgresql+asyncpg://user:password@host:port/dbname
ALLOW_ORIGINS
JWT_SECRET_KEY
secret
ALGORITHM
ACCESS_TOKEN_EXPIRE_MINUTES
secret
QDRANT_HOST
QDRANT_PORT
QDRANT_SSL
QDRANT_COLLECTION_NAME
QDRANT_SECRET_KEY
secret
HUGGING_FACE_EMBEDDING_NAME
HYBRID RETRIEVER
EMBEDDING_SIZE
FAST_EMBED_SPARSE_MODEL_NAME
brew install flyctl && fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jenkinsci/user-guide-ai-chatbot-plugin