-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example.json
More file actions
57 lines (57 loc) · 1.84 KB
/
Copy pathsettings.example.json
File metadata and controls
57 lines (57 loc) · 1.84 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
{
"api_host": "0.0.0.0",
"api_port": 8000,
"db_path": "/home/YOU/seestar_database/astro_data.db",
"seestar_incoming_path": "/mnt/seestar/MyWorks",
"seestar_library_path": "/mnt/nas_data/SeeStar",
"nas_work_path": "/mnt/nas_data/_stack_work",
"local_workdir": "/tmp/ap_work",
"calibration_library_path": "/mnt/nas_data/SeeStar/_calibration",
"pi_binary": "/opt/PixInsight/bin/PixInsight",
"pixinsight_cache_dir": "/home/YOU/.PixInsight",
"gaia_db_path": "/home/YOU/pi_gaia_db/Pix_Database",
"graxpert_bin": "GraXpert",
"cosmicclarity_bin": "cosmicclarity",
"astap_ingest_solve": true,
"astap_star_db_path": "",
"observer_lat": 0.0,
"observer_lon": 0.0,
"observer_elevation_m": 0,
"observer_horizon": [],
"stability_wait_seconds": 60,
"web_link_host": "",
"server_host": "http://localhost:8000",
"vm_url": "",
"worker_name": "laptop",
"worker_port": 8001,
"remote_workers": [],
"nina_vm_ip": "127.0.0.1",
"nina_api_port": 1888,
"nina_capture_path": "",
"nina_calibration_path": "",
"anthropic_api_key": "",
"telegram_token": "",
"telegram_chat_id": "",
"youtube_api_key": "",
"youtube_channel_id": "",
"ollama_url": "http://localhost:11434",
"ollama_model": "qwen2.5-coder:7b",
"ollama_vision_model": "",
"relay_watcher_enabled": false,
"codex_relay_dispatcher_enabled": false,
"claude_relay_dispatcher_enabled": false,
"auto_assess": true,
"stretch_auto_optimize": true,
"stretch_vision_tiebreak": false,
"subframe_claude_threshold": 0.1,
"cosmic_clarity_enabled": false,
"cosmic_clarity_gpu": true,
"auto_process_enabled": false,
"auto_process_workflow": "seestar_broadband",
"manual_review_enabled": false,
"canonical_framing_auto": true,
"exclude_alignment_outliers": true,
"pi_register_mem_budget_gb": 32.0,
"pi_ii_buffer_budget_mb": 16384,
"pi_ii_stack_size_mb": 1024
}