eight-hourr/.env.example

38 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GitLab
GITLAB_URL=https://gitlab.supermicro.com
GITLAB_TOKEN=your_gitlab_personal_access_token
GITLAB_PROJECT_PATH=super-cloud/scc-flex
GITLAB_BOARD_ID=1126
# Comma-separated labels for board bug column
GITLAB_BOARD_LABELS=Category::BugFix,Type::Bug
# 留空則自動選目前衝刺(最新 closed 版之後最小的 active例如 a11
GITLAB_MILESTONE_TITLE=
# PTS
PTS_URL=https://tw-timesheet.supermicro.com/PTS
PTS_PROJECT_NAME=SuperCloud Composer
PTS_DEFAULT_TASK_NAME=Implement
# Scheduler (24h, server local time)
AUTO_FILL_ENABLED=true
AUTO_FILL_HOUR=18
AUTO_FILL_MINUTE=0
# xAI Grok LLM
XAI_API_KEY=your_xai_api_key
XAI_BASE_URL=https://api.x.ai
GROK_MODEL=grok-3-mini
USE_LLM=true
# Microsoft Teams / Outlook calendar via web scrape (optional)
TEAMS_CALENDAR_ENABLED=false
TEAMS_CALENDAR_TIMEZONE=Asia/Taipei
TEAMS_MEETING_TASK_NAME=Meeting
# Prefer logging in via Web UI (passwords are encrypted on disk)
# TEAMS_USERNAME=
# TEAMS_PASSWORD=
# TEAMS_HEADLESS=false
# Backend
BACKEND_HOST=0.0.0.0
BACKEND_PORT=8765