tangled
alpha
login
or
join now
atscan.net
/
atscand
1
fork
atom
wip
1
fork
atom
overview
issues
pulls
pipelines
update
tree.fail
4 months ago
5cc42da6
034396cf
+1
-22
2 changed files
expand all
collapse all
unified
split
.gitignore
config.yaml
+1
.gitignore
···
5
5
.DS_Store
6
6
plc_cache\.tmp/*
7
7
plc_bundles*
8
8
+
config.yaml
-22
config.yaml
···
1
1
-
database:
2
2
-
type: "postgres" # or "sqlite"
3
3
-
path: "postgres://atscanner:Noor1kooz5eeFai9leZagh5ua5eihai4@localhost:5432/atscanner?sslmode=disable"
4
4
-
# For SQLite: path: "atscan.db"
5
5
-
6
6
-
plc:
7
7
-
directory_url: "https://plc.directory"
8
8
-
scan_interval: "5s"
9
9
-
bundle_dir: "./plc_bundles"
10
10
-
use_cache: true
11
11
-
index_dids: true
12
12
-
13
13
-
pds:
14
14
-
scan_interval: "30m"
15
15
-
timeout: "30s"
16
16
-
workers: 20
17
17
-
recheck_interval: "1.5h"
18
18
-
scan_retention: 3
19
19
-
20
20
-
api:
21
21
-
host: "0.0.0.0"
22
22
-
port: 8080