Configuration Parameters
System properties in Hub are the basic settings for your Hub server. Many system properties are defined when you install or upgrade Hub. Others are defined in the user interface, for example, on the System Settings page.
The best way to manage the following system properties for your Hub server is to set the desired values in the user interface. Use the links listed for the Location to learn where you can update these settings in the Hub UI.
To learn how to apply these parameters when you start Hub, see Configure JVM Options.
General Parameters
Parameter | Description |
---|---|
jetbrains.hub.locale | Sets the language displayed in the Hub user interface. Specify the language in IETF BCP 47 format (en-US, de-DE, es-ES, fr-FR, ru-RU).
|
jetbrains.hub.motto.disabled | Disables the Hub Motto in the user interface.
|
jetbrains.hub.smtp.enable | Enables or disables email notifications.
|
jetbrains.hub.smtp.host | Sets the SMTP host address.
|
jetbrains.hub.smtp.port | Sets the SMTP connection port.
|
jetbrains.hub.smtp.protocol | Sets the protocol that is used to send email notifications. Supports the following values: SMTP / SMTP+SSL / SMTP+TLS
|
jetbrains.hub.smtp.from | Sets the email address that is used as the "From:" field in email notifications.
|
jetbrains.hub.smtp.login | Sets the login for the account that is used for authentication by the SMTP server.
|
jetbrains.hub.smtp.password | Sets the password for the account that is used for authentication by the SMTP server.
|
jetbrains.hub.license.name | Sets the name for the Hub service license.
|
jetbrains.hub.license.key | Sets the license key for the Hub service license.
|
jetbrains.hub.role.permissions.reset | Resets permissions to the default scheme for all of the default roles. In the Hub UI, you can reset permissions for each default role individually.
|
Environmental Parameters
The following parameters are used to manage how Hub runs in your server environment.
Property | Description |
---|---|
base-url | The URL that end users request to access your Hub installation. For example,
The default value is either of the following (where
This value is stored as a |
secure-mode | The connection mode that is applied to the Hub server. This property supports the following values:
|
listen-address | Sets the net interface address for your Hub installation. It might be changed if Hub should be configured to listen on some particular net interface.
|
listen-port | Designates the port on which Hub listens for HTTP traffic. This port might be changed from one configuration phase to another. By default, port 80 is tried to be used on Windows and 8080 on other platforms. If port 80 is occupied by another process or is not allowed on your server, Hub will automatically start listening on port 8080 and any subsequent available port. This value is stored as an |
tls-redirect-from-http | When The default value is |
tls-redirect-from-http-listen-port | Specifies an additional port to accept unencrypted HTTP traffic and redirect it to a secure port defined by the |
tls-server-cert-folder | An (optional) absolute path to resolve relative paths defined by other command line parameters, when present. Relative paths to server certificate files that are specified in other properties are resolved against this directory. The properties that can reference relative paths are:
|
tls-server-cert-keystore-file | The location of a keystore file in either JKS or PKCS #12 format. |
tls-server-cert-keystore-password | Keystore integrity password |
tls-server-cert-keystore-key-alias | The alias of the entry in the keystore that contains the server certificate and the private key. If your keystore uses the PKCS #12 format, follow these guidelines:
|
tls-server-cert-keystore-key-password | Password that protects your server's private key entry in the keystore. |
tls-server-cert-key-file | The location of a private key (PKCS #1 or PKCS #8) file, stored in PEM format. |
tls-server-cert-file | The location of a certificate file, stored in PEM format. |
tls-server-cert-chain-file | The (optional) location of a file that contains the certificate chain, stored in PEM format. |
tls-server-cert-private-key-passphrase | If you use an encrypted private key, then use this property to provide the passphrase that was used for encryption. Supported for both PKCS #1 and PKCS #8 formats. |
data-dir | Sets the directory where Hub stores application data. |
temp-dir | Sets the directory where Hub stores temporary files. |
logs-dir | Sets the directory where Hub stores application logs. |
backups-dir | Sets the directory where Hub stores time-specific copies of the database in backup folders.
|
hub-url | Stores the web address of an external Hub service, when used. |
statistics-upload | Determines whether Hub is allowed to collect and share anonymous usage statistics with JetBrains. This property is normally set by the administrator in the web-based Configuration Wizard during installation.
|
no-browser | Launches the application without opening a browser window on startup. Use this parameter to run the Hub service on a machine without launching unneeded applications or where browser software is not installed. |
Miscellaneous Parameters
Properties in this section do not have corresponding options in the user interface. System properties related to the default admin account are also non-UI, but are described in the separate section.
Parameter | Description |
---|---|
jetbrains.hub.translation.custom.folder | Sets the path to a directory that stores localized UI strings for a custom locale. For example,
|
jetbrains.hub.avatars.memoryCache.disabled | Enables memory caching for rendering avatars.
|
System Parameters for the Default Admin Account
Parameter | Description |
---|---|
jetbrains.hub.admin.restore | Resets the default administrator account and its permissions to the default scheme. If built-in authorization is disabled, starting Hub service with this parameter enables it.
|
jetbrains.hub.admin.uuid | Sets the UUID of the default administrator account. This parameter is only applied when used in combination with the
|
jetbrains.hub.admin.name | Sets the full name of the default administrator account. This parameter is only applied when used in combination with the
|
jetbrains.hub.admin.login | Sets the username of the default administrator account. This parameter is only applied when used in combination with the
|
jetbrains.hub.admin.email | Sets the email address of the default administrator account. This parameter is only applied when used in combination with the
|
jetbrains.hub.admin.password | Sets the password of the default administrator account. This parameter is only applied when used in combination with the
|