summaryrefslogtreecommitdiffstats
path: root/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-application.properties.erb
blob: c8b67470aababb5ad542dd572898da1a826b55fe (plain)
1
2
3
4
5
server.port=<%= @dcae_fe_port %>
# this is the context path in which the dcae_fe is exposed:
server.context-path=/dcaed
# this is the dcae-d be url which the dcaeProxy in the FE is delegating the request to
beUrl=<%= @protocol %>://<%= @dcae_be_vip %>:<%= @dcae_be_port %>