Skip to content

Commit

Permalink
Merge pull request #44 from HappyScrolls/feature
Browse files Browse the repository at this point in the history
frofile add
  • Loading branch information
chs98412 authored Sep 1, 2023
2 parents 2f4c0ae + 5a8009e commit f3a2cbb
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,46 @@ spring:



---
server:
port: 8080

spring:
config:
activate:
on-profile: test
jpa:
properties:
hibernate:
show_sql: true
hibernate:
ddl-auto: create
security:
oauth2:
client:
registration:
kakao:
client-id: 30868b9c31c9a71f6552214d741491a6
redirect-uri: http://localhost:8080/login/oauth2/code/kakao
authorization-grant-type: authorization_code
client-authentication-method: POST
client-name: Kakao
scope:
- profile_nickname
- account_email

provider:
kakao:
authorization-uri: https://kauth.kakao.com/oauth/authorize
token-uri: https://kauth.kakao.com/oauth/token
user-info-uri: https://kapi.kakao.com/v2/user/me
user-name-attribute: id
mvc:
pathmatch:
matching-strategy: ant_path_matcher

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3305/happyscrolls
username: root
password: Chlgurtns98!

0 comments on commit f3a2cbb

Please sign in to comment.