Skip to content

Commit 91c399a

Browse files
Merge pull request #1621 from CMSgov/QPPA-0000-resolve-port-bug
QPPA-0000: Uncomment server port and key-store-type in application.properties
2 parents 2f8c8f3 + c4cae87 commit 91c399a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rest-api/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ spring.servlet.multipart.max-request-size=-1
44
sun.io.useCanonCaches=false
55
security.user.password=not_used
66
logging.level.gov.cms.qpp.conversion.api.config.CustomRequestLoggingFilter=TRACE
7-
# server.port=8443
8-
# server.ssl.key-store-type=PKCS12
7+
server.port=8443
8+
server.ssl.key-store-type=PKCS12
99
#logging.level.org.springframework.security=DEBUG
1010
#org.springframework.security.config.annotation.web.builders.WebSecurity.debugEnabled=true
1111
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n

0 commit comments

Comments
 (0)