Skip to content

Commit

Permalink
#39 feat: 개발용 yml(application-dev.yml) 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Mar 15, 2023
1 parent eb649f8 commit 687f1de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playwithme/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 개발용
oauth2:
kakao:
login:
redirect-uri: "http://localhost:8080/member/login/oauth/kakao/callback"
logout:
redirect-uri: "http://localhost:8080/member/logout/oauth/kakao"

1 change: 1 addition & 0 deletions playwithme/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ spring:
profiles:
include:
- secret # 중요 정보가 담긴 yml
active: dev # 기본 개발 모드 활성화

datasource:
url: jdbc:mariadb://localhost:3306/playwithme?useUnicode=true&characterEncoding=utf8&serverTimeZone=Asia/Seoul&allowPublicKeyRetrieval=true&useSSL=false
Expand Down

0 comments on commit 687f1de

Please sign in to comment.