-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
68 lines (58 loc) · 1.18 KB
/
Copy pathconfig.example.yaml
File metadata and controls
68 lines (58 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
JIRA_URL: https://jira.example.com
JIRA_TOKEN: null
GITHUB_TOKEN: null
codex:
url: ws://127.0.0.1:17345
model: null
effort: null
workspace: ${PROJECT_ROOT}
sandbox: workspace-write
start_server: true
proxy:
enabled: false
http: null
https: null
all: null
no_proxy: 127.0.0.1,localhost
queue:
concurrency: 5
lark:
chat_id: null
app_id: null
app_secret: null
cli_config: ~/.lark-cli/config.json
jira:
enabled: true
projects: [OPS]
record_new_issues: false
auto_analyze_new_issues: false
auto_analyze_projects: []
status_summary_enabled: false
status_summary_projects: []
status_summary_target_statuses: [Done]
bot_mention_keys: []
skill_dir: skills/jira-issue
token: null
github:
enabled: false
repositories: []
auto_analyze: false
poll_interval_seconds: 300
token: null
api_url: https://api.github.com
develop:
enabled: true
skill_dir: skills/breakwater-develop
prompt_variables:
DEVELOP_DEFAULT_REPOSITORY: ${CODEX_WORKSPACE}
web:
enabled: true
host: 127.0.0.1
port: 8765
admin_web:
enabled: false
host: 127.0.0.1
port: 8766
password_hash: null
session_secret: null
jira_base_url: https://jira.example.com