-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_config.json
More file actions
36 lines (36 loc) · 994 Bytes
/
app_config.json
File metadata and controls
36 lines (36 loc) · 994 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
{
"settings": {
"latitude": 0.00,
"longitude": 0.00,
"timezone": 0,
"dst_enabled": false,
"openweather_api_key": "",
"min_exposure_ms": 1,
"max_exposure_ms": 30000,
"capture_daytime": false,
"capture_civil_twilight": false,
"capture_nautical_twilight": false,
"capture_astronomical_darkness": true,
"ftp_protocol": "ftp",
"ftp_server": "1",
"ftp_port": 21,
"ftp_username": "",
"ftp_password": "",
"ftp_remote_path": "",
"sftp_server": "",
"sftp_port": 22,
"sftp_username": "",
"sftp_password": "",
"sftp_remote_path": "",
"sudo_password": "",
"compass_rotation": 0,
"compass_enabled": true
},
"capture_interval": 300,
"background_capture_enabled": true,
"image_dir": "",
"script_path": "",
"min_exposure_ms": 1,
"max_exposure_ms": 30000,
"last_updated": ""
}