summarylogtreecommitdiffstats
path: root/settings.yml
blob: 3d04e1a135945680fbd78adbc03a278775d3440d (plain)
1
2
3
4
5
6
7
8
9
10
11
use_default_settings: true
server:
    secret_key: "ultrasecretkey"  # change this!
    limiter: true
valkey:
  url: unix:///run/valkey/valkey.sock?password=yourpassword&db=1 # change the password value! 
checker:
    scheduling:
    start_after: [300, 1800]  # delay to start the first run of the checker
    every: [86400, 90000]     # how often the checker runs