diff options
Diffstat (limited to 'CdtProxyService/src/main/resources')
-rw-r--r-- | CdtProxyService/src/main/resources/application.properties | 17 |
1 files changed, 17 insertions, 0 deletions
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====================== + + |