From d93b9c653a17d6e8dc1a28639c0a58506e9085f9 Mon Sep 17 00:00:00 2001 From: oliviarla Date: Tue, 26 Dec 2023 23:37:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20application-local.yaml=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perfume-api/src/main/resources/application-local.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perfume-api/src/main/resources/application-local.yaml b/perfume-api/src/main/resources/application-local.yaml index 5868fb74..434d93dd 100644 --- a/perfume-api/src/main/resources/application-local.yaml +++ b/perfume-api/src/main/resources/application-local.yaml @@ -17,7 +17,7 @@ spring: pool-name: 'perfume-db-pool' jpa: hibernate: - ddl-auto: create-drop + ddl-auto: update show-sql: true properties: hibernate: @@ -35,16 +35,16 @@ spring: client: registration: google: - client-id: '' - client-secret: '' + client-id: 'test' + client-secret: 'test' scope: - profile - email mail: host: 'smtp.gmail.com' port: 587 - username: ${MAIL_USERNAME} - password: ${MAIL_PASSWORD} + username: '' + password: '' properties: mail: smtp: