summaryrefslogtreecommitdiffstats
path: root/sliboot/src/main/resources/application.properties
diff options
context:
space:
mode:
authorAgarwal, Ruchira (ra1926) <ra1926@att.com>2020-04-09 16:15:58 +0000
committerAgarwal, Ruchira (ra1926) <ra1926@att.com>2020-04-09 16:15:58 +0000
commitc54e03858c9fd593f239843fbcc3a81c5a909dd8 (patch)
treec231ebbe615246f9c6443be454cf1d16137b345f /sliboot/src/main/resources/application.properties
parentbaa3c12d7cba823576f6777ddacb53721b3cc8e3 (diff)
integrate spring sli container with AAF
add certs and configure spring sli for AAF Issue-ID: CCSDK-2304 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: Ia4f784a42ee7e5db0b3a2b82b55b23af705797ce
Diffstat (limited to 'sliboot/src/main/resources/application.properties')
-rw-r--r--sliboot/src/main/resources/application.properties11
1 files changed, 9 insertions, 2 deletions
diff --git a/sliboot/src/main/resources/application.properties b/sliboot/src/main/resources/application.properties
index 9be28c3a..db2f39e0 100644
--- a/sliboot/src/main/resources/application.properties
+++ b/sliboot/src/main/resources/application.properties
@@ -1,6 +1,5 @@
springfox.documentation.swagger.v2.path=/api-docs
server.contextPath=/restconf
-server.port=8080
spring.jackson.date-format=org.onap.ccsdk.sli.core.sliapi.springboot.controllers.swagger.RFC3339DateFormat
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
logging.level.com.att=TRACE
@@ -15,4 +14,12 @@ spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-spring.jpa.database=mysql \ No newline at end of file
+spring.jpa.database=mysql
+server.port=8443
+server.ssl.key-store=classpath:org.onap.sdnc.p12
+server.ssl.key-store-type=PKCS12
+server.ssl.key-store-password=;:G58,7ZhqOSI:7^oZCY[9Dv
+server.ssl.key-password=;:G58,7ZhqOSI:7^oZCY[9Dv
+server.ssl.enabled=true
+server.ssl.protocol=TLS
+server.ssl.key-alias=sdnc@sdnc.onap.org