2026-02-27 06:56:34 +00:00
|
|
|
# ==========================================
|
2026-03-03 13:29:43 +00:00
|
|
|
# PM Factory - Environment Variables
|
2026-02-27 06:56:34 +00:00
|
|
|
# ==========================================
|
|
|
|
|
# Copy this file to .env and fill in the values below.
|
|
|
|
|
# Do NOT commit your actual .env file to version control.
|
|
|
|
|
|
2026-03-03 13:29:43 +00:00
|
|
|
# ------------------------------------------
|
|
|
|
|
# LLM Provider (Kiro Gateway)
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
# Your Kiro license key (or any OpenAI-compatible API key)
|
|
|
|
|
OPENAI_API_KEY="your-kiro-api-key-here"
|
|
|
|
|
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
# Open WebUI Admin (auto-created on first run)
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
WEBUI_ADMIN_EMAIL="you@reltio.com"
|
|
|
|
|
WEBUI_ADMIN_PASSWORD="change-me-on-first-login"
|
|
|
|
|
|
2026-02-27 06:56:34 +00:00
|
|
|
# ------------------------------------------
|
|
|
|
|
# Aha! Integration
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
AHA_API_KEY="your_aha_api_key_here"
|
|
|
|
|
AHA_DOMAIN="your_company.aha.io"
|
|
|
|
|
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
# Gainsight PX Integration
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
GAINSIGHT_PX_API_KEY="your_gainsight_px_api_key_here"
|
2026-03-03 13:29:43 +00:00
|
|
|
GAINSIGHT_PX_REGION="US"
|
2026-02-27 06:56:34 +00:00
|
|
|
|
|
|
|
|
# ------------------------------------------
|
|
|
|
|
# Jira / Atlassian Integration
|
|
|
|
|
# ------------------------------------------
|
2026-03-03 13:29:43 +00:00
|
|
|
# Uses mcporter with Atlassian MCP (OAuth).
|
|
|
|
|
# After first `docker compose up`, run:
|
|
|
|
|
# docker exec -it pm-mcpo mcporter auth atlassian
|
|
|
|
|
# to complete the OAuth flow.
|