aboutsummaryrefslogtreecommitdiffstats
path: root/CdtProxyService/src/main/resources/application.properties
blob: 3b214581fd3e23956a0769449f51b9f4d27c4ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Created by Amaresh Kumar on 09/May/2018.
#=====Application level properties START======================
server.port=9191
server.ssl.key-store-type=PKCS12
server.ssl.key-store=classpath:keystore/cdt-store.p12
server.ssl.key-store-password=test
server.ssl.key-alias=cdt
security.require-ssl=true
spring.application.name=CdtProxyService
logging.level.root=DEBUG
Djavax.net.debug=ssl;
#=====Application level properties END======================
#=========RestConf Backend properties START==================
restConf.backend.hostname=localhost
restConf.backend.port=8181
#=========RestConf Backend properties END==================

#====Allowed origins======================