Skip to content

Commit

Permalink
[feat] jsk 파일 관련 application.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 24, 2024
1 parent b3392d0 commit b203599
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ out/
.DS_Store

### .env ###
.env
.env
readables.jks
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
server:
port: 8080
address: 0.0.0.0
ssl:
key-store: classpath:keystore.p12
key-store-password: ${KEY_STORE_PASSWORD}
key-store-type: JKS
key-alias: 1

spring:
application:
Expand Down

0 comments on commit b203599

Please sign in to comment.