Skip to content

Commit

Permalink
Readd SSL, add pull before up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Feb 25, 2024
1 parent 114eaf6 commit 4832595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update

# SSL Configuration
#server.ssl.key-store=/certs/keystore.p12
#server.ssl.key-store-password=${KEYSTORE_PASSWORD}
#server.ssl.keyStoreType=PKCS12
#server.ssl.keyAlias=keystore
server.ssl.key-store=/certs/keystore.p12
server.ssl.key-store-password=${KEYSTORE_PASSWORD}
server.ssl.keyStoreType=PKCS12
server.ssl.keyAlias=keystore

0 comments on commit 4832595

Please sign in to comment.