-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 897 Bytes
/
config.json
File metadata and controls
43 lines (43 loc) · 897 Bytes
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
{
"proxy": {
"baseUrl": "http://localhost:9212",
"apiKey": "proxy-local-key"
},
"models": {
"quick": "claude-haiku-4-20250514",
"standard": "claude-sonnet-4-20250514",
"complex": "claude-opus-4-20250514"
},
"modelRouting": {
"status_check": "quick",
"niche_scan": "quick",
"chat_response": "standard",
"build_screen": "standard",
"fix_bug": "standard",
"aso_listing": "standard",
"architecture": "complex",
"debug_complex": "complex"
},
"supabase": {
"accessToken": "",
"orgId": ""
},
"revenuecat": {
"apiKey": ""
},
"ntfy": {
"enabled": false,
"server": "https://ntfy.sh",
"topic": ""
},
"eas": {
"appleApiKeyPath": "",
"googleServiceAccountKeyPath": ""
},
"orchestrator": {
"cycleIntervalMinutes": 1,
"autoShip": false,
"maxAppsInProgress": 2,
"dryRun": false
}
}