Skip to content

Commit

Permalink
chore: application.yml 수정 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Aug 2, 2023
1 parent 894952a commit c691d8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ server:
port: 8080

spring:
config:
activate:
on-profile: local
h2:
console:
enabled: true
Expand All @@ -15,7 +18,7 @@ spring:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
ddl-auto: create
ddl-auto: create-drop
properties:
hibernate:
format_sql: true
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ spring:
dev-env:
- dev
prod-env:
- prod
- prod
include:
- jwt
- oauth

0 comments on commit c691d8a

Please sign in to comment.