URL: {{.Config.Scheme}}://{{.Config.Host}}

Listen Address: {{.Config.Listen}}

Database: {{.Config.MetaDB}}

Content: {{.Config.ContentPath}}

To configure a repository to use this LFS server, add the following to the repository's .gitconfig file:

[lfs]
    url = "{{.Config.Scheme}}://{{.Config.Host}}/"

{{if eq .Config.Scheme "https"}}

Your server is configured to use https. If you're using self signed certificates, or are getting SSL errors, you can add the following to your .gitconfig file:

[http]
    sslverify = false

{{end}}