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


                  
                            
                                      
 
 
     
               
                  
                                              
                                         

 



                          




                                                                  


                                                 
 
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
}

hooks {
	socket /var/run/lindenii/forge/hooks.sock
	execs /usr/libexec/lindenii/forge/hooks
}