Skip to content

Commit bc56747

Browse files
committed
fix: prod parameter store 오류
1 parent f48e675 commit bc56747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jwt:
88

99
spring:
1010
config:
11-
import: optional:aws-parameterstore:/gridgestagram/
11+
import: aws-parameterstore:/gridgestagram/
1212
datasource:
1313
driver-class-name: com.mysql.cj.jdbc.Driver
1414
url: jdbc:mysql://${DB_HOST}:${DB_PORT}/gridgestagram?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_ko_0900_ai_ci&serverTimezone=Asia/Seoul

0 commit comments

Comments
 (0)