aboutsummaryrefslogblamecommitdiff
path: root/forge.scfg
blob: 27f6fdc3c3474df1b6a5b326b4bdf4e7a231922b (plain) (tree)
1
2
3
4
5
6
7
8


                  
                            
 
 
     
               



                                         




                                                                  


                     
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
}