Skip to content

Commit

Permalink
chore: keystore 경로 변경(#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed Jun 9, 2024
1 parent 650ccad commit f829111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api-Module/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server:
shutdown: graceful
port: 8080
ssl:
key-store: classpath:keystore.p12
key-store: /home/ubuntu/keystore.p12
key-store-type: PKCS12
key-store-password: ${KEY_STORE_PASSWORD}

Expand Down

0 comments on commit f829111

Please sign in to comment.