Configuration settings
This topic describes the PulseUno configuration settings.
For details about the locations of PulseUno files and data, see Install PulseUno.
PulseUno server configuration
The PulseUno server configuration is stored in the pulse_data\conf directory.
Default locations:
Windows | C:\ProgramData\OpenText\PulseUno\pulse_data\conf |
Linux | /opt/opentext/pulseuno/data/pulse_data/conf |
The pulse_data\conf directory contains the following PulseUno configuration files:
File | Description |
---|---|
startup.properties |
Contains database connection details required for startup, and authentication and licensing properties. For example:
For details on how to set the JDBC URL for a remote database, see Connect with JDBC. |
logback.xml | Contains logging configuration that determines the output in the pulse_data\_logs directory. |
autoRunOnce-!firstRun.js | Dimensions CM only: The script that runs the first time PulseUno runs. The script is deleted after it completes successfully. |
backupOnce-!firstRun.js | Dimensions CM only: The backup copy of autoRunOnce-!firstRun.js. |
installer.properties |
Records information about the installer settings. Used for diagnostics. Not available in a StarTeam or AccuRev installation. |
Git server configuration
The Git server configuration is stored in the git_data\config directory on the Git server.
Default locations:
Windows | C:\ProgramData\OpenText\PulseUno\git_data\config |
Linux | /opt/opentext/pulseuno/data/git_data/config |
The git_data\config directory contains the following Git server configuration files:
File | Description |
---|---|
pulse.properties | Contains the Git server's main configuration information. For example, the location of the PulseUno application. |
logback.xml | Contains logging configuration that determines the output in the git_data\_logs directory. |
config.xml | Contains internal configuration data. Not for editing. |
version.txt | Contains internal configuration data. Not for editing. |
Vault server configuration
The Vault server configuration is stored in the vault_data\conf directory on the Vault server.
Default locations:
Windows | C:\ProgramData\OpenText\PulseUno\vault_data\conf |
Linux | /opt/opentext/pulseuno/data/vault_data/conf |
The vault_data\conf directory contains the following Vault server configuration files:
File | Description |
---|---|
startup.properties | Contains the Vault server's main configuration information. For example, the location of the PulseUno application. |
logback.xml | Contains logging configuration that determines the output in the vault_data\_logs directory. |
See also: