| | |
| | | # Valid values are plain, md5 or crypt (unix style). Default is md5.
|
| | | realm.passwordStorage = md5
|
| | |
|
| | | # Minimum valid length for a plain text password.
|
| | | # Default value is 5. Absolute minimum is 4. |
| | | realm.minPasswordLength = 5
|
| | |
|
| | | #
|
| | | # Git:Blit Web Settings
|
| | | #
|
| | |
| | | server.httpsPort = 443
|
| | |
|
| | | # Specify the interface for Jetty to bind the standard connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces. |
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | # Specifying localhost will result in Git:Blit ONLY listening to requests to
|
| | | # localhost.
|
| | | server.httpBindInterface = localhost
|
| | |
|
| | | # Specify the interface for Jetty to bind the secure connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | # Specifying localhost will result in Git:Blit ONLY listening to requests to
|
| | | # localhost.
|
| | | server.httpsBindInterface = localhost
|
| | |
|
| | | # Password for SSL keystore.
|