70 lines
1.5 KiB
YAML
70 lines
1.5 KiB
YAML
connectionTimeout: 10000
|
|
ws2pServers:
|
|
- address: ws://g1-test.cgeek.fr:22001
|
|
expectedPubkey: 3dnbnYY9i2bHMQUGyFp5GVvJ2wBkVpus31cDJA5cfRpj
|
|
salt: test
|
|
passwd: test
|
|
currency: g1-test # Ensure we connect to the correct currency
|
|
|
|
bmaServers:
|
|
- address: https://g1-test.cgeek.fr
|
|
frequency: 60000 # 1'
|
|
# - address: http://remuniter.cgeek.fr:16120
|
|
# frequency: 60000 # 1'
|
|
# maxLate: 14400000 # 4h'
|
|
|
|
dprobeHeartbeats:
|
|
# - address: https://wotwizard.cgeek.fr/dprobe.heartbeat.txt
|
|
# frequency: 60000 # 1'
|
|
# lastBeat: 300000 # 5'
|
|
|
|
webDiffServers:
|
|
# - file1: https://wotwizard.cgeek.fr/WWMeta.json
|
|
# file2: https://wotwizard2.cgeek.fr/WWMeta.json
|
|
# frequency: 60000
|
|
|
|
headServers:
|
|
- address: https://g1.cgeek.fr
|
|
frequency: 60000 # 1'
|
|
maxLateBlocks: 3
|
|
observedPubkey: A5LQXCkx8b6rzppfqdqeHbKPDGmKZtRcqwxP4BSeag5r
|
|
|
|
mail:
|
|
enabled: false
|
|
host: smtp.sparkpostmail.com
|
|
port: 587
|
|
auth: LOGIN
|
|
encryption: STARTTLS
|
|
username: SMTP_Injection
|
|
apikey: 6976eb51635b680b832dbe4914524d2c038a13b6
|
|
from: '"DWatcher" <dwatcher@cgeek.fr>'
|
|
to: cem.moreau@gmail.com
|
|
|
|
reconnectionDelays:
|
|
- 5000
|
|
- 10000
|
|
- 15000
|
|
- 30000
|
|
- 60000 # 1'
|
|
- 300000 # 5'
|
|
- 600000 # 10'
|
|
- 900000 # 15'
|
|
- 1200000 # 20'
|
|
- 1800000 # 30'
|
|
- 2400000 # 40'
|
|
- 3000000 # 50'
|
|
- 3600000 # 1h
|
|
- 3600000 # 1h
|
|
- 3600000 # 1h
|
|
- 3600000 # 1h
|
|
- 7200000 # 2h
|
|
- 7200000 # 2h
|
|
- 7200000 # 2h
|
|
- 7200000 # 2h
|
|
- 14400000 # 4h
|
|
- 14400000 # 4h
|
|
- 14400000 # 4h
|
|
- 14400000 # 4h
|
|
- 21600000 # 6h
|
|
- 21600000 # 6h
|
|
- 43200000 # 12h |