Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
로컬 DB 정보 남아있어서 발생한 에러 수정
  • Loading branch information
CEO-Nick authored Apr 18, 2024
1 parent 3bdb8e2 commit b83a34b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
spring:
datasource:
url: jdbc:h2:tcp://localhost/~/linkeep_dev;MODE=PostgreSQL
username: sa
password:
driver-class-name: org.h2.Driver


jpa:
hibernate:
ddl-auto: create
Expand All @@ -14,13 +9,6 @@ spring:
format_sql: true
default_batch_fetch_size: 100

OAuth2:
google:
url: https://accounts.google.com/o/oauth2/v2/auth
client-id: 798754484325-jia46g1tn3v41kic0r1htrkcboj6mvc0.apps.googleusercontent.com
client-secret: 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
callback-url: http://localhost:8080/app/accounts/auth/google/callback
scope: https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile

logging:
level:
Expand Down

0 comments on commit b83a34b

Please sign in to comment.