Skip to content

Commit

Permalink
feat: application-local.yaml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviarla committed Dec 26, 2023
1 parent 6e0fe99 commit 2f42333
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions perfume-api/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
pool-name: 'perfume-db-pool'
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update
show-sql: true
properties:
hibernate:
Expand All @@ -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:
Expand Down

0 comments on commit 2f42333

Please sign in to comment.