Skip to content

Commit

Permalink
Merge pull request #29 from gooiman/fix/dev-ssl-port
Browse files Browse the repository at this point in the history
fix: dev 환경에서 명시적 포트 설정
  • Loading branch information
EATSTEAK authored Sep 28, 2024
2 parents 09ba636 + e54416c commit 891b52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
server:
port: 8080
ssl:
enabled: true
key-store: classpath:keystore.p12
Expand Down

0 comments on commit 891b52e

Please sign in to comment.