commander-prod.yml
Configuration file containing configuration parameters for the COMMANDER service.
Characteristics
Profile Name | commander-prod.yml |
---|---|
Referenced by Services | commander |
Storage Location | Git root directory |
Parameters
Parameter | Description | Default Value | |
---|---|---|---|
spring.datasource.hikari.custom.maximum-pool-size | Integer number of connections to the database. At least 2 are required. | 2 | |
ssh.shell | Section 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