1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[core] repositories = ["jdrouet/inapt"] [github] base_url = "https://api.github.com" # max_retry = 5 # timeout = 60 # token = "..." [http_server] address = "0.0.0.0" port = 3000 [pgp_cipher] private_key_path = "resources/private-key.pem" # passphrase = "..." [sqlite] path = "target/inapt.db" [worker] interval = 3600 # 1h