main patchbin.toml
Eric Bower  ·  2026-02-25
1url = "localhost"            # used for help commands (exclude protocol)
2data_dir = "./data"          # loc for sqlite db, this toml file, and ssh host keys
3admins = []                  # list of admin ssh pubkeys
4time_format = "2006-01-02"   # set datetime format for our clients (golang datestr fmt)
5desc = ""                    # adds description box to top of index page (supports HTML)
6ssh_port = "2223"
7rate_limit_count = 10        # max submissions (pr create, pr add, issue create) per rate_limit_interval, global across all users
8rate_limit_interval = "1m"   # golang time.ParseDuration string, e.g. "1m", "30s", "1h"
9max_stdin_bytes = 5242880    # max stdin size (bytes) accepted for pr create, pr add, issue create