blob: abcefae543f3581ac8dfc7d16833c4a203266c1a (
plain) (
tree)
|
|
http {
net tcp
addr :8080
cookie_expiry 604800
}
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
}
|