You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
416 B

##
## git-lfs-server.cf
##
LFS_LISTEN="tcp://127.0.0.1:1234"
LFS_HOST="localhost:1234"
LFS_METADB="@l_prefix@/var/git-lfs/data/lfs.db"
LFS_CONTENTPATH="@l_prefix@/var/git-lfs/data/lfs-content"
#LFS_ADMINUSER="admin"
#LFS_ADMINPASS="admin"
#LFS_CERT="@l_prefix@/etc/x509/example-server.crt.pem"
#LFS_KEY="@l_prefix@/etc/x509/example-server.key.pem"
#LFS_SCHEME=https
#LFS_USETUS=true
#LFS_TUSHOST="localhost:1080"