1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
http { net tcp addr :8080 cookie_expiry 604800 } ssh { net tcp addr :2222 key /etc/ssh/ssh_host_ed25519_key } db { type postgres conn postgresql:///lindenii-forge?host=/var/run/postgresql } git { root /srv/git }