Skip to content

Commit

Permalink
Revert "fix: test에서 idsnucse 접근 x"
Browse files Browse the repository at this point in the history
This reverts commit cf52645.
  • Loading branch information
leeeryboy committed Jan 13, 2024
1 parent cf52645 commit 73fb813
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ spring:
active: local
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
security:
oauth2:
client:
registration:
idsnucse:
client-id: cse-waffle-dev
client-secret: ${OIDC_CLIENT_SECRET}
authorization-grant-type: authorization_code
scope: openid, profile, email
redirect-uri: http://localhost:8080/api/v1/login/oauth2/code/idsnucse
provider:
idsnucse:
issuer-uri: https://id.snucse.org/o
jwk-set-uri: https://id.snucse.org/o/jwks
servlet:
multipart:
enabled: true
Expand Down Expand Up @@ -50,20 +64,6 @@ spring:
properties:
hibernate:
dialect: com.wafflestudio.csereal.common.config.MySQLDialectCustom
security:
oauth2:
client:
registration:
idsnucse:
client-id: cse-waffle-dev
client-secret: ${OIDC_CLIENT_SECRET}
authorization-grant-type: authorization_code
scope: openid, profile, email
redirect-uri: http://localhost:8080/api/v1/login/oauth2/code/idsnucse
provider:
idsnucse:
issuer-uri: https://id.snucse.org/o
jwk-set-uri: https://id.snucse.org/o/jwks

logging.level:
default: INFO
Expand Down

0 comments on commit 73fb813

Please sign in to comment.