Skip to content

Commit 088afcd

Browse files
committed
Chore: application-prod.yml ddl_auto 환경변수
1 parent 8fc86f5 commit 088afcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/nginx/nginx.stg.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ http {
7171
# location = /actuator/prometheus { return 404; }
7272
#
7373
# }
74-
#}
74+
}
7575

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spring:
77

88
jpa:
99
hibernate:
10-
ddl-auto: validate
10+
ddl-auto: ${DDL_AUTO:validate}
1111
database-platform: org.hibernate.dialect.MySQL8Dialect
1212
show-sql: false
1313
properties:

0 commit comments

Comments
 (0)