forked from fuego-dev/firecam
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsample_settings.json
More file actions
37 lines (28 loc) · 914 Bytes
/
sample_settings.json
File metadata and controls
37 lines (28 loc) · 914 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
{
"gcpProject": "xxx",
"// service account": 0,
"gcpServiceKey": "xxx/yyy.json",
"// oauth": 0,
"googleTokenFile": "xxx/token.json",
"googleCredsFile": "xxx/credentials.json",
"// DB selection sqlite or cloud-postgres": 0,
"db_file": "xxx/local.db",
"// db_file": "",
"psqlHost": "127.0.0.1",
"psqlDb": "postgres",
"psqlUser": "postgres",
"psqlPasswd": "secret",
"// HPWREN archives location": 0,
"hpwrenArchives": "xxx.txt",
"pubsubTopic": "xxx",
"detectionPolicy": "inception_and_threshold",
"// directories used by detect_fire to upload images": 0,
"positivesDir": "xxx/pos",
"detectionsDir": "xxx/detects",
"noticationsDir": "xxx/notifs",
"// ffmpeg settings": 0,
"ffmpegFolder": "xxx/y",
"ffmpegUrl": "https://xxx/yy",
"// settings only applicable to local setups": 0,
"downloadDir": "xxx/yyy"
}