diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 60884c5..fcbf5f4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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 @@ -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: