Skip to content

Commit

Permalink
Merge pull request #62 from teamMinari/Feat/#53
Browse files Browse the repository at this point in the history
Fix:: Http -> Https로 사용할 수 있게 포트 변경
  • Loading branch information
whitenoise13 authored Oct 1, 2024
2 parents 150d20c + 23c4ee6 commit 953a979
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jwt:
refresh: 604800000

server:
port: 8080
# ssl:
# key-store: ${SSL_PATH}
# key-store-type: PKCS12
# key-store-password: ${SSL_PASSWORD}
port: 443

logging:
level:
Expand Down

0 comments on commit 953a979

Please sign in to comment.