Skip to content

Commit

Permalink
port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 7, 2024
1 parent 79a76d4 commit 58c5498
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect


server.port=443
server.ssl.key-store-type=PKCS12
server.ssl.key-store=keystore.jks
server.ssl.key-alias=tomcat
server.ssl.key-store-password=${KEYSTORE_PASS}

user.token.expirationTimeInMs=600000L
user.refreshtoken.expirationTimeInMs=86400000
server.error.include-message=always
Expand Down

0 comments on commit 58c5498

Please sign in to comment.