File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Application
2+ ENVIRONMENT = productio
3+ ENABLE_AUTOMATION = true
4+ APP_MODE = poll
5+ POLL_INTERVAL = 300
6+ LOG_LEVEL = INFO
7+ ISSUE_START_TIME = 2026-01-05 00:00:00
8+ # MAX_ISSUES_PER_POLL=1
9+
10+ # GitLab
11+ GITLAB_URL =
12+ GITLAB_TOKEN =
13+ GITLAB_ISSUE_SCOPE = all
14+ # GITLAB_ISSUE_LABELS=UNIOSS 3
15+
16+ # AI Provider
17+ AI_PROVIDER = openrouter
18+ AI_API_KEY = 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
19+ AI_MODEL = tngtech/deepseek-r1t2-chimera:free
20+ AI_ENABLE_REASONING = true
21+ AI_MAX_TOKENS = 16000
22+
23+ # SMTP
24+ SMTP_HOST = smtp.gmail.com
25+ SMTP_PORT = 587
26+ SMTP_USERNAME =
27+ SMTP_PASSWORD =
28+ SMTP_FROM_EMAIL =
29+ SMTP_TO_EMAIL =
Original file line number Diff line number Diff line change 2828
2929# Configuration files with secrets
3030config.json
31- * .env
32- .env *
31+ .env
3332secrets /
3433* .secret
3534
You can’t perform that action at this time.
0 commit comments