commander-prod.yml

Configuration file containing configuration parameters for the COMMANDER service.

Characteristics

Profile Namecommander-prod.yml
Referenced by Servicescommander
Storage LocationGit root directory 

Parameters

ParameterDescriptionDefault Value
spring.datasource.hikari.custom.maximum-pool-sizeInteger number of connections to the database. At least 2 are required.2
ssh.shellSection of SSH connection parameters

port
8022
user
root
password
null (password will be generated and displayed in the log when starting the commander
history-file
commander-history.log

The values for the parameters can be modified as described here.
>> Configuring Services using Profiles.

Example Configuration

ssh:
  shell:
    port: 8022
    user: 'root'
    password: 'changeme'
    history-file: commander-history.log