Skip to content

Commit 1521663

Browse files
feat: update code
1 parent b7e410f commit 1521663

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

.env.example

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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=

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ ENV/
2828

2929
# Configuration files with secrets
3030
config.json
31-
*.env
32-
.env*
31+
.env
3332
secrets/
3433
*.secret
3534

0 commit comments

Comments
 (0)