Skip to content

Commit

Permalink
fix: uncommented https lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed May 5, 2024
1 parent 4cc1089 commit baabe89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ springdoc.api-docs.path=/swagger/api-docs
management.endpoints.web.exposure.include=prometheus
management.endpoint.prometheus.enabled=true

#server.port=8443
#server.ssl.key-alias=tomcat
#server.ssl.key-store=/etc/letsencrypt/live/kiwiq.run.place/keystore.p12
#server.ssl.key-store-type=PKCS12
#server.ssl.key-store-password=${SSL_PASSWORD}
server.port=8443
server.ssl.key-alias=tomcat
server.ssl.key-store=/etc/letsencrypt/live/kiwiq.run.place/keystore.p12
server.ssl.key-store-type=PKCS12
server.ssl.key-store-password=${SSL_PASSWORD}

0 comments on commit baabe89

Please sign in to comment.