All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.seaclouds.dashboard.config.yml.template Maven / Gradle / Ivy

The newest version!
server:
  applicationConnectors:
  - type: http 
    port: ${entity.port?c}
  adminConnectors:
  - type: http
    port: ${entity.adminPort?c}
deployer:
  host: ${entity.deployerHost}
  port: ${entity.deployerPort?c}
  user: ${entity.deployerUser}
  password: ${entity.deployerPassword}
monitor:
  host: ${entity.monitorHost}
  port: ${entity.monitorPort?c}
sla:
  host: ${entity.slaHost}
  port: ${entity.slaPort?c}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy