Skip to content

Placeholders

Placeholders can be used in application configuration file or in files that you specify in filesToReplace field. You can also specify custom placeholders in variables field.

List of placeholders

application-instance-port-(n)

Port from pool of ports, selected by Onteon. You can use N ports in you application. Simply use application-instance-port-1, application-instance-port-2, application-instance-port-3...

application-instance-path

Absolute path to application instance directory.

node-manager-user

User that starts process.

node-manager-path

Absolute path to Onteon Node Manager.

node-manager-store-path

Absolute path to Onteon Node Manager's store directory.

node-manager-id

Node id.

application-id

Application id.

application-instance-id

Application instance id.

node-manager-public-ip

Public IP address of node.

node-manager-host-name

Hostname of node.

application-instance-logs-path

Suggested path for application instance logs. Also used for gathering logs from native application.

application-instance-start-date-time

Date time of creating application instance.

node-manager-name

node manager name from conf.yml file

Deprecated placeholders (still supported)

ont_port_(n)

Deprecated

Use application-instance-port-(n) instead.

Port from pool of ports, selected by Onteon. You can use N ports in you application. Simply use ont_port_1, ont_port_2, ont_port_3...

ont_app_path

Deprecated

Use application-instance-path instead.

Absolute path to application instance directory.

ont_user

Deprecated

Use node-manager-user instead.

User that starts process.

ont_node_manager_path

Deprecated

Use node-manager-path instead.

Absolute path to Onteon Node Manager.

ont_node_store_path_file

Deprecated

Use node-manager-path instead.

Absolute path to Onteon Node Manager's store directory.

ont_node_id

Deprecated

Use node-manager-id instead.

Node id.

ont_application_id

Deprecated

Use application-id instead.

Application id.

ont_application_instance_id

Deprecated

Use application-instance-id instead.

Application instance id.

ont_public_ip

Deprecated

Use node-manager-public-ip instead.

Public IP address of node.

ont_host_name

Deprecated

Use node-manager-host-name instead.

Hostname of node.

ont_app_logs_path

Deprecated

Use application-instance-logs-path instead.

Suggested path for application instance logs. Also used for gathering logs from native application.

ont_date_time

Deprecated

Use application-instance-start-date-time instead.

Date time of creating application instance.