diff options
author | 2018-06-03 13:12:12 +0300 | |
---|---|---|
committer | 2018-06-03 11:56:49 +0000 | |
commit | 548c5a220333c7cd666b861e737bff0b45461f18 (patch) | |
tree | 13c60b67291bd8bada498ad73c02a9e35afb5c9e /src/main/webapp/WEB-INF/config | |
parent | 193095b01daf094c78f7fafacdf1c1cc31f290fe (diff) |
Update FE project
Update FE to latest version so that fe can run on docker
Change-Id: I9c5dee756b567dbe64fac6d3d6fd89362813bdcc
Issue-ID: SDC-1359
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'src/main/webapp/WEB-INF/config')
-rw-r--r-- | src/main/webapp/WEB-INF/config/dcae-fe/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/config/dcae-fe/application.properties b/src/main/webapp/WEB-INF/config/dcae-fe/application.properties index a018abb..37b5a2d 100644 --- a/src/main/webapp/WEB-INF/config/dcae-fe/application.properties +++ b/src/main/webapp/WEB-INF/config/dcae-fe/application.properties @@ -1,3 +1,5 @@ server.port=8181 -server.context-path=/dcae +# 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=https://zldcrdm2sdc2abe01.3f1a87.rdm2.tci.att.com:8443 |