-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
46 lines (43 loc) · 1.01 KB
/
config.yaml.example
File metadata and controls
46 lines (43 loc) · 1.01 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
koi_net:
node_name: github_sensor
node_rid:
node_profile:
base_url: http://127.0.0.1:8007/koi-net
node_type: FULL
provides:
event:
- orn:github.repo
state:
- orn:github.repo
- orn:koi-net.node
public_key:
rid_types_of_interest:
- orn:koi-net.node
cache_directory_path: ./cache
private_key_pem_path: private_key.pem
event_worker:
queue_timeout: 0.1
max_buf_len: 5
max_wait_time: 1.0
kobj_worker:
queue_timeout: 0.1
first_contact:
rid:
url: http://127.0.0.1:8080/koi-net
env:
priv_key_password: PRIV_KEY_PASSWORD
GITHUB_API_TOKEN: GITHUB_API_TOKEN
GITHUB_REPOSITORIES: GITHUB_REPOSITORIES
GITHUB_POLL_INTERVAL_SECONDS: GITHUB_POLL_INTERVAL_SECONDS
GITHUB_STATE_PATH: GITHUB_STATE_PATH
COORDINATOR_RID: COORDINATOR_RID
COORDINATOR_URL: COORDINATOR_URL
server:
host: 127.0.0.1
port: 8007
path: /koi-net
github:
api_token: ''
repositories: []
poll_interval_seconds: 600
state_path: cache/github_state.json