| | |
| | | # e.g. /libraries/mylibrary.git
|
| | | git.nestedRepositories = true
|
| | |
|
| | | # The root clone url
|
| | | git.cloneUrl = https://localhost/git/
|
| | | # Show other URLs on the summary page for accessing your git repositories
|
| | | # Use spaces to separate urls. {0} is the token for the repository name.
|
| | | # git.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
|
| | | git.otherUrls = |
| | |
|
| | | #
|
| | | # Authentication Settings
|
| | |
| | | realm.realmFile = users.properties
|
| | |
|
| | | # How to store passwords.
|
| | | # Valid values are plain, md5 or crypt (unix style). Default is md5. |
| | | # Valid values are plain or md5. Default is md5. |
| | | realm.passwordStorage = md5
|
| | |
|
| | | # Minimum valid length for a plain text password.
|