From 4d2e296cb512550448d7b0114ffdbdc6f3174b19 Mon Sep 17 00:00:00 2001 From: "Kumar, Amaresh (ak583p)" Date: Thu, 10 May 2018 14:35:25 +0530 Subject: initial commit for CDT proxy Service Initial commit for CDT proxy server to fix CORS Issues. Issue-ID: APPC-885 Change-Id: Idf2688dbca3fd6c25636544147ed5b23a5a4ed7f Signed-off-by: Kumar, Amaresh (ak583p) --- .../src/main/resources/application.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CdtProxyService/src/main/resources/application.properties (limited to 'CdtProxyService/src/main/resources') diff --git a/CdtProxyService/src/main/resources/application.properties b/CdtProxyService/src/main/resources/application.properties new file mode 100644 index 0000000..1d9a438 --- /dev/null +++ b/CdtProxyService/src/main/resources/application.properties @@ -0,0 +1,17 @@ +#Created by Amaresh Kumar on 09/May/2018. +#=====Application level properties START====================== +server.port=9090 +spring.application.name=CdtProxyService +logging.level.root=DEBUG +Djavax.net.debug=ssl; +#=====Application level properties END====================== +#=========RestConf Backend properties START================== +restConf.backend.hostname=10.12.5.49 +restConf.backend.port=8282 +restConf.username=admin +restConf.password=admin +#=========RestConf Backend properties END================== + +#====Allowed origins====================== + + -- cgit 1.2.3-korg