We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f8c8f3 + c4cae87 commit 91c399aCopy full SHA for 91c399a
1 file changed
rest-api/src/main/resources/application.properties
@@ -4,8 +4,8 @@ spring.servlet.multipart.max-request-size=-1
4
sun.io.useCanonCaches=false
5
security.user.password=not_used
6
logging.level.gov.cms.qpp.conversion.api.config.CustomRequestLoggingFilter=TRACE
7
-# server.port=8443
8
-# server.ssl.key-store-type=PKCS12
+server.port=8443
+server.ssl.key-store-type=PKCS12
9
#logging.level.org.springframework.security=DEBUG
10
#org.springframework.security.config.annotation.web.builders.WebSecurity.debugEnabled=true
11
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n
0 commit comments