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