-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmain.sample.yaml
37 lines (37 loc) · 1 KB
/
main.sample.yaml
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
endpoint: "wss://kusama-rpc.polkadot.io/"
port: 3000
logLevel: info
matrixbot:
enabled: true
endpoint: "http://matrixbot:8080/skill/eventmanager/webhook"
strategy: "Default"
subscriber:
modules:
balanceBelowThreshold:
enabled: false
threshold: 10
transferEventScanner:
enabled: true
#startFromBlock: 10527640
sent: true
received: true
dataDir: "./data"
scanIntervalMillis: 300000
retriesBeforeLeave: 5
delayBeforeRetryMillis: 5000
subscriptionsFromGit: #optional
enabled: false
targets:
- platform: GitLab
private:
enabled: true
apiToken: xxx
network: kusama
url: https://your.gitlab.domain/api/v4/projects/number/repository/files/accounts.yaml/raw?ref=main
subscriptions: #optional
- name: faucet
address: Edyfdyoi4KJVdXUJ3SU3nuZYMpg13HHa1SWYtPDCV8UPdxy
- name: myAddress
address: GaK38GT7LmgCpRSTRdDC2LeiMaV9TJmx8NmQcb9L3cJ3fyX
transferEventScanner:
received: false