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

                  
                            
 
 
     
               
                                         
                                    
 


                          



                                                                  

                     
http {
	net tcp
	addr :8080
	cookie_expiry 604800
}

ssh {
	net tcp
	addr :2222
	key /etc/ssh/ssh_host_ed25519_key
	root ssh://forge.example.org
}

general {
	title "Test Forge"
}

db {
	type postgres
	conn postgresql:///lindenii-forge?host=/var/run/postgresql
}

git {
	root /srv/git
}