aboutsummaryrefslogtreecommitdiffstats
path: root/CdtProxyService/src/main/resources/application.properties
blob: 1d9a4389851ab7609e8c0570697f7ee105dc1296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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======================