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
http { net tcp addr :8080 cookie_expiry 604800 root https://forge.example.org } ssh { net tcp addr :2222 key /etc/lindenii/ssh_host_ed25519_key root ssh://forge.example.org:2222 } general { title "Test Forge" } db { type postgres conn postgresql:///lindenii-forge?host=/var/run/postgresql } git { root /srv/git }