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:

authentication.type=PULSE
authentication.pulse.root.super.user.token=true
database.type=oracle
database.jdbcurl=jdbc:oracle:thin:@//dbserver.example.org:1521/dim14
database.username=pulse
database.password=<password>
pulse.session.timeout=<integer in minutes>

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.

Back to top

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.

Back to top

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.

Back to top

Agent configuration

The configuration of a PulseUno agent is stored in the <pulseAgentDataDir>\conf directory on the agent.

Default locations:

Windows C:\ProgramData\OpenText\PulseUno-Agent\conf
UNIX/Linux /var/opt/OpenText/PulseUno-Agent/conf

The <pulseAgentDataDir>\conf directory contains the following agent configuration files:

File Description
config.properties Contains the agent's main configuration information. For example, the location of the PulseUno application and the settings for running chains.
agent-logback.xml Contains logging configuration that determines the output in the <pulseAgentDataDir>\_logs directory.

Back to top

See also: